jakajancar/DropboxUploader

DropboxUploader No Longer Working

Closed this issue · 4 comments

It would appear that Dropbox.com has changed its login system and no longer uses the hidden "t" token tag anymore. This has unfortunately stopped the script from allowing me to login.
Taking a look at the new page source, it would appear it was a deliberate attempt to stop scripts like DropboxUploader from function.
I'll keep trying to find a way around the new changes and post any success I have. Hopefully someone else might noticed something I've overlooked that allows the script to function correctly.

Dropbox moved the token to the cookie so we'll just get it from there.

(redacted as not with current codebase and reported non-working)

Thanks very much for that quick reply. It's been bugging me all morning trying to find a way around it, never thought to check the cookies. Thanks again!

The work around specified seems to have broken... all it gives me now is:

Error: [Exception] #0 Login unsuccessful.

Thank you for reporting the issue. However I see some (minor) problems with the report.

The token still is part of the login form, it's just templated differently to previously. The way to obtain the token therefore is only matter of the pattern.

This issue has been addressed in 1.1.15