-
Storing objects from HTML input file type field to Google Drive works great. When I try to use base64 encoded (or laravel-decoded) files in the Is there any way to make it possible? Or else I guess I will have to create temporary files on my server, just to be able to send the images to drive. |
Beta Was this translation helpful? Give feedback.
Answered by
erikn69
Aug 5, 2022
Replies: 1 comment 3 replies
-
I never try that, make a test or a PR Did you try Storage::disk('google')->put('file_name.ext', base64_decode($base64String)); |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Arturexe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I never try that, make a test or a PR
Did you try