flysystem-dropbox icon indicating copy to clipboard operation
flysystem-dropbox copied to clipboard

A flysystem driver for Dropbox that uses the v2 API

Results 3 flysystem-dropbox issues
Sort by recently updated
recently updated
newest added

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...