flysystem-google-drive icon indicating copy to clipboard operation
flysystem-google-drive copied to clipboard

Flysystem adapter for Google Drive

Results 56 flysystem-google-drive issues
Sort by recently updated
recently updated
newest added

Hey guys, I was wondering if this was usable to access shared folders? I have an account that as multiple shared folders and I want to access those shared folders....

Getting this error when moving files to google drive. ``` Global HTTP Batch endpoint is deprecated. See https://g.co/cloud/global-batch-deprecation for info and migration steps ```

Need to update Team Drives to the new shared drive. > If you have been using the “Team Drives” resource collection in your applications, consider migrating as soon as possible...

Configuration: ```php $options = [ 'additionalFetchField' => 'iconLink,hasThumbnail', // thumbnailLink error ]; $adapter = new GoogleDriveAdapter($service, null, $options); ``` When i try to get the file list everything is fine....

I want to make the files/directories default permission to restricted. is it possible ?

Good day all!.. I am using this piece of code in my hobby project. At the core the purpose is to get the uploaded file url which is to be...

Similar with https://github.com/nao-pon/flysystem-google-drive/issues/53 is have an issue with the caching mechanisme that is used. So i have long running background job for creating the documents and a different real time...

Hi, I set the teamDriveId and folderId (within the TeamDrive), and it lists the files perfectly. However, when I try to click a file to get more file info (filename,...

Hello @nao-pon, @ivanvermeyen Great work, Thanks for creating this amazing things, this help us more to save our time. I create a demo and works perfectly. But question is we...

For extension (and for teams support) we need access to `FETCHFIELDS_GET` and `FETCHFIELDS_LIST`. Its now a calculated field, and their corresponding calculated values are in private variables. Currently I had...