Integrate laravel storage with google drive #1150
Replies: 1 comment 9 replies
-
Hey @anilherath It seems to be a file reading issue, and I have a few questions to ask:
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used yaza\laravel-google-drive-storage to enable google drive integration with my backpack pro installation.
I followed the steps mentioned in https://github.com/yaza-putu/laravel-google-drive-storage to install and configure the storage.
After that I changed the setupcreateoperation function to enable google drive to the upload field as follows;
` protected function setupCreateOperation()
{
..........
in here aaaaaa.pdf is the uploaded file
Beta Was this translation helpful? Give feedback.
All reactions