question

saiswetha avatar image
saiswetha asked

Implicitgrant doesn’t redirect to amazon after clientId has beenwhitelisted

I got an email saying the clientId has been whitelisted. I used " https://www.amazon.com/ap/oa?client_id= &scope=clouddrive%3Aread%20clouddrive%3Awrite%20profile&response_type=code&redirect_uri= " to request authorization. The uri doesn't redirect the user to amazon login but rather takes to the redirect uri configured in the security profile with a null code value. Is this the right way of using the implicit grant?
amazon drive
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jamie Grossman avatar image
Jamie Grossman answered
Hi there, There is a chance that the client/appid was not whitelisted correctly. You may have requested only read or write access, rather than requesting both. It's difficult to investigate further without your client/app id, but I'd suggest checking out our self-serve tools to whitelist apps instantly in the dev portal, so it might be worth giving that a shot again in regards to your project. See here for more information: https://developer.amazon.com/cd/sp/overview.html Regards, Jamie
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.