-
Notifications
You must be signed in to change notification settings - Fork 165
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
Error when trying oauth #1
Comments
I'm sorry. The README is incomplete and a tad off. |
Ok, after doing this, the Oauth login works fine now. |
The README will be changed in the next commit. |
I'm getting the same error, and in the Security Profile, there is no "Web Settings" tab. I see the tabs "General, "Android/Kindle Settings" and "iOS Settings" only. |
Yes, you're right. I didn't use the "Login with Amazon" link. I just created the security profile normally. Also, once I did the Web Settings thing, and ./acd_cli sync asked me for the redirect link, initially I pasted the first redirect url. This url is an Amazon page asking me to click OK to authorize the access. |
Yup, it's the localhost URL. The query string is needed for the authentication. |
Strange thing. Please visit http://localhost/?error=invalid_scope&error_description=An+unknown+scope+was+requested Should I make some additional steps? |
Maybe your profile wasn't whitelisted correctly. The URL should start with "https://www.amazon.com/ap/signin?". |
Thanks a lot! I've sent whitelist request, I haven't read about this, sorry :) |
It is no longer necessary for every user to register a security profile. I had begun to change the oauth procedure, but you were faster, apparently. |
it's interesting! I'll download, of course, new version, try it and watch a diff. |
When I try using the acd cli i get asked to go to the url, but when I visit said url I get the following from amazon:
Error Summary
400 Bad Request
The redirect URI you provided has not been whitelisted for your application
Request Details
redirect_uri=http%3A%2F%2Fwww.prostipad.si
client_id=amzn1.application-oa2-client.5499b8c9f5ca4892979b82b3099ecd18
response_type=code
scope=clouddrive%3Aread+clouddrive%3Awrite
Amazon support had said, that I whitelisted the wrong url? Which one should I?
The text was updated successfully, but these errors were encountered: