flysystem-google-drive
flysystem-google-drive copied to clipboard
Flysystem adapter for Google Drive
the method https://flysystem.thephpleague.com/v1/docs/usage/filesystem-api/#create-directories as described recursively creates a path. So the result of calling createDir on any adapter i.e. `$filesystem->createDir('foo/bar/baz')` should be identical of `mkdir -p foo/bar/baz` (in the bash)...
I Tried to get the file using `Storage::disk('google)->url($myFileName);` but I get false value but when I tried `Storage::disk('google')->allFiles()` I get a array like this `[ "1BIKgS3nWmW9rrhn5gjPk5Mow2SMtPuf5", "1x_yNRPI1qEF3Llkf3_mwO0I-3DvW0MUO", "1zzGMGtAF2e8Qdyti8_-Tew8p1N3oEEi6" ]` and...
Hello guys, I wanna delete some files by filename or fullpath, is possible using STORAGE? $arrFilenames = ['file1.png', 'file2.png']; Storage::disk('google')->delete($arrFilenames);
Hi, I have successfully integrated with the API but each time upload it to create a new file with the same name cant be overwritten. Anyway to overwrite the exiting...
Hi. I have a question, whenever I upload a file another request is made to change the visibility to anyone. How can I upload files and not change visibility? I...
hi i want to get link of file when uploaded
Hello, Thanks for creating this package! The Google API is a bit difficult to find your way in if you don't use it alot (at least it was for me),...
I am getting the error above, what could i be doing wrong, i have set the client id, secret and refresh token but its not working for me