Dropbox returned the following error: Login unsuccessful.
remi - June 3, 2009 - 17:47
| Project: | Dropbox Integration |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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.

#1
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.
#2
Perfect! Indeed, upgrading the DropboxUploader.php file to 1.1.3 fixed the problem. I used to have version 1.1.2.
#3
Here is a patch which removes the class and updates the README. I'll be committing it soon.
#4
the dropboxuploader is now at 1.1.4, is there anything we need to do?
#5
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.