flysystem-dropbox
flysystem-dropbox copied to clipboard
A flysystem driver for Dropbox that uses the v2 API
Hi, I am using spatie/flysystem-dropbox (^1.2) and I get dropbox directories with: $dirs = Storage::disk('dropbox')->directories(); or files with: $files = Storage::disk('dropbox')->files($foldername); I wrote these 2 variable in .env file: DROPBOX_ACCESS_TOKEN=sl.BLOC_r......
Hi, We use dropbox adapter to backup our database using spatie laravel backup, we start noticing this error after our backup zip file surpassed 28 GB Error: ``` Client error:...
Prior to : [#86](https://github.com/spatie/flysystem-dropbox/issues/86) and [#95](https://github.com/spatie/flysystem-dropbox/issues/95) I wanted to ask you if a new PR was necessary now that Dropbox has an updated way to work with tokens. It needs...
⚠️ **BREAKING CHANGE** The current implementation of the `visibility` method in the adapter returns an instance of `FileAttributes` with its `visibility` field set to `null` since visibility isn't supported. The...
Can't download files from Dropbox since upgrading to Laravel 10, but all other functions work fine
Hi folks, Hope you can help me with this. I'm currenly upgrading a Laravel application from version 9 to version 11. The app has functionality that allows to upload files...