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

Flysystem Adapter for Dropbox [ABANDONED] replacement: https://packagist.org/packages/spatie/flysystem-dropbox

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

Let's say we have file `Foo/bar/baz.txt` on dropbox. Then ``` php $adapter = new DropboxAdapter(…); $filesystem = new Filesystem($adapter); $filesystem->listContents('Foo/bar'); ``` returns an empty array. The problem is that the...

refs https://github.com/thephpleague/flysystem-azure/issues/37

This is mostly a heads-up so we can start thinking about a solution. This adapter depends on the official Dropbox PHP SDK for v1 of the API. In June 2016...

So whenever we try to read a dropbox file which vas validated by Yii::$app->dropboxFs->has() we get a string saying /tmp/XYZXYZ(xyz is random string) same issue with reading stream same with...

Hi, I'm using this library into my project, this is very good library only 1 issue so far I have found that is This library doesn't provides the 3rd level...

Dropbox is case insensitive. Meaning file/path created may be uppercased, but api queries are returned in lowercase. > Dropbox handles file paths in the same manner as Microsoft Windows. Uppercase...