I did report the issue #465902 and a patch was committed. However, after updated my Dropbox module to 1.1, I'm getting a different error message, "Login unsuccessful".

Although my site isn't using SSL, I am using the correct username and password. The credentials are also properly stored in the database.

CommentFileSizeAuthor
#3 481106_remove_dbuploader.patch7.26 KBdeviantintegral
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

deviantintegral’s picture

Can you try replacing DropBoxUploader.php with 1.1.3 from here? Apparently they changed their login protocol recently as well. I actually need to remove the library from the module, since it can be grabbed externally anyways.

remi’s picture

Status: Active » Reviewed & tested by the community

Perfect! Indeed, upgrading the DropboxUploader.php file to 1.1.3 fixed the problem. I used to have version 1.1.2.

deviantintegral’s picture

Here is a patch which removes the class and updates the README. I'll be committing it soon.

KrisBulman’s picture

the dropboxuploader is now at 1.1.4, is there anything we need to do?

deviantintegral’s picture

Status: Reviewed & tested by the community » Closed (fixed)

I apparently forgot to mark this as fixed - the patch was included in the 6.x-1.2 release.

As for the new version of dropboxuploader, just include the new version and everything should work. The differences between the versions are only 1 line of actual code.