-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Dropbox #6427
Comments
Please post the transcript from the log drawer (⌘-L). |
Log drawer shows [some values obfuscated]:
|
I don't see an error in the request other than the credentials might be wrong. Can you contact Dropbox Support for investigation of the authentiation failure on their side. |
Replying to [comment:3 dkocher]:
No go with Dropbox Support. Decision: leave Dropbox and use other services for now. |
I am getting the same loop. Fresh install on a macbook pro. Triple checked creds. |
I can replicate this issue. |
Hi, Finally I was able to get API 1 support. Dropbox support was recovered.
PS. I attach OSX binary (patched 8ae975d) (due to Xcode issue, only 10.7+ are supported) |
Replying to [comment:15 みらい そらの]: I am having the same issue on 10.7.5, even with the patched binary provided this morning. The provided script https://www.dropbox.com/s/mj92ccgvwoit746/oauth_oob.pl fails with this error:
I entered a random string into the script manually, but then it gave the same error for oauth.pm. log output:
I've changed the webpage at |
Replying to [comment:16 acksyn]:
You need to: cpan Data::Random Net::OAuth Currently, due to Cyberduck's authenticate workflow fault, you need to input access token manually. Off topic: I have modified my fullname in personal preferences, but it isn't reflected. |
Will reevaluate support for next major milestone. |
Replying to [comment:14 みらい そらの]: Thanks for the patch. Looks like we have to redo the OAuth exchange. |
We have no immediate plans to bring back support. |
Sigh... I have changed core.jar to use dropboxapi.com rather than getdropbox.com. (You can find the three parts using grep easily) I have also updated the Cyberduck.app.zip. Remember, as described in https://trac.cyberduck.io/wiki/help/ja/howto/dropbox , token/secret (here, not email/password) in first box, consumer_key/secret in second box. Well, now I could understand you, since this patch still depends on OAuth1, which is now deprecated... |
By the way, since my machine is now Yosemite, I cannot build objc part of Cyberduck anymore. |
We should evaluate this again with Dropbox API v2 now available. |
In pull request 435. |
Milestone renamed |
Fresh install of Dropbox Cyberduck connection profile with Cyberduck version 4.2 correctly asks for Dropbox login credentials first, then the API keys dialogue pane. I enter exactly the App key and App secret copied from my Dropbox account Developer page. Authorisation then fails with an error pane entitled 'Login failed' and in blue and underlined as a hyperlink 'Unauthorized'. The link address is 'unauthorised': not a valid URL.
Has anyone else noticed this behaviour?
The text was updated successfully, but these errors were encountered: