cakebox icon indicating copy to clipboard operation
cakebox copied to clipboard

A Dropbox API Plugin for CakePHP 2.x

Results 4 cakebox issues
Sort by recently updated
recently updated
newest added

The reason may be a change in the way Dropbox API receives "fileops" and "account" requests. I can only guess but DropboxSource.php was sending 'path' and 'root' incorrectly depending on...

Strict (2048): Declaration of DropboxSource::listSources() should be compatible with DataSource::listSources($data = NULL) [APP/Plugin/Dropbox/Model/Datasource/DropboxSource.php, line 333] Strict (2048): Declaration of DropboxSource::read() should be compatible with DataSource::read(Model $model, $queryData = Array, $recursive...

I finally got this working for reading files and I'm pretty excited. I also need to create and rename folders. I've spent the last 4 hours trying to figure out...

Hi Shama, when uploading files by using files_put dropbox returns "Call requires one of the following methods: PUT, POST, got GET!". It seems that cakebox send http GET although Dropbox...

bug