Link to home
Start Free TrialLog in
Avatar of David
DavidFlag for United States of America

asked on

Wordpress / DropBox Error when using UpdraftPlus

In WordPress, before updating to version 4.9, I wanted to run UpdraftPlus backup, but received the error below; any ideas what needs to be done? TIA.

Dropbox chunked upload exception (Dropbox_BadRequestException): Error in call to API function "files/upload_session/start": Must provide HTTP header "Authorization" or URL parameter "authorization". (line: 217, file: C:\home\insightandenergy.com\wwwroot\wp\wp-content\plugins\updraftplus\includes\Dropbox2\OAuth\Consumer\Curl.php)
Avatar of David Favor
David Favor
Flag of United States of America image

Best to open a ticket with Updraft dev.

They will like seeing this so they can fix anything in their code.

If the problem is on your end, then they've likely seen it many times before + can offer a solution.

Also, be sure you've updated updraft, as the error you show, suggests your updraft code is old.
Avatar of David

ASKER

Thanks for writing. I will do that (on the UpdraftPlus website?) I checked around, and it seems version 1.13.12 is the current version, and that is what I have installed. Anything in particular that indicates the version I am running is old? Thanks.
Yes.

The error emitted above suggests a mismatch between updraft code + DropBox API call sequence.

Or your hosting provider is running some broken software that's stripping out pass HTTP headers. This happens more than you'd think.

For now, you can just use Duplicator + download the installer.php + .zip file.

As, the fix for what you're seeing will likely either require your hosting company change their tech or updraft update to using latest DropBox API call sequence.

Again, your best first step will be opening an updraft support issue...

https://wordpress.org/support/plugin/updraftplus is the link.

They will be your best source for fast resolution.
ASKER CERTIFIED SOLUTION
Avatar of Peter Hart
Peter Hart
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of David

ASKER

Hello, everyone. Just for general information, I switched the UpdraftPlus backup destination to use Google Drive instead of DropBox, and there were no errors. However, I will install the additional Curl extension that chilternPC pointed to, and perhaps the three pieces David Favor pointed to. Thanks, all.