Dropbox icon indicating copy to clipboard operation
Dropbox copied to clipboard

UNMAINTAINED: PHP 5.3 SDK for the Dropbox REST API

Results 15 Dropbox issues
Sort by recently updated
recently updated
newest added

I was running into [this issue too](https://wordpress.org/support/topic/wordpress-backup-to-dropbox-wpb2d-), and didn't feel like downgrading my php version. All of this code is borrowed from https://github.com/xgin/Dropbox/commit/1978b382f335df71a414b34eb81e0da198fd4157 It seems to work in my tests,...

Actually, I use this SDK on the self-hosted product, it works fine but some servers it creates following error after allowing OAuth from dropbox. ```(401) Request token not found``` Could...

I am frequently getting this error while uploading file to drop box.This issue is occur only in shared server, dedicated server working fine. I contacted my host they said all...

https://blogs.dropbox.com/developers/2016/04/announcing-the-v1-to-v2-migration-guide/ https://www.dropbox.com/developers/reference/migration-guide

Dear @BenTheDesigner , I'm having an error when running putFile.php. The error message that appears is as follows: Catchable fatal error: Object of class stdClass could not be converted to...

Awaiting Feedback

Hello Ben, Thank you for your awesome work. It work pretty well. I manage to upload file to my account. But now i would like that all users send file...

As of today, Dropbox is sending a 400 error code in response to the getAccessToken() call that the authenticate() method makes, which was causing the 3-legged flow to abort, as...

Hello Ben, First of all thanks for sharing this amazing git. I was able to use it very well though I got stuck at one place. Is there any snippet...

I have a login system, from which i'd like to insert when the user registers, their 'user_id' into the userID for the dropbox table? a foreign key of sorts? Is...