Python: can't add more than 1 scope? #760
Replies: 5 comments 6 replies
-
Is this on your own shop just in testing? If so, just for the sake of narrowing down the possibilities, can you go to https://www.etsy.com/your/apps and see if the app is listed under "Third Party Apps to which you've granted access". If it is, try revoking the grant and then try your full string of scopes again. I'm curious if there's something up with how we check for previous grant requests. Please reply back with whether or not it worked. |
Beta Was this translation helpful? Give feedback.
-
Any updates on this or ideas to try? Does anyone else have this issue? My account is in developer mode... Could that matter? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem Here is my requst url But i got www.baidu.com?error=invalid_scope&error_description=scope+is+invalid&state=superstate And when i used just only one scope without '%20' or a blank space, i succeeded Please tell me if there is sth wrong with the url |
Beta Was this translation helpful? Give feedback.
-
I am having a similar if not the same problem: |
Beta Was this translation helpful? Give feedback.
-
Okay, I wanted to be able to read and write my Etsy listings. |
Beta Was this translation helpful? Give feedback.
-
I'm using Python, and I started out just using the 'listings_w' scope, and everything worked fine.
Then I tried adding: listings_r, transactions_r, and transactions_w:
But it just keeps kicking me back to the same login screen, it never redirects me to the next page.
However, if I use any of the above scopes by itself, then it works and shows me the Grant Access page.
What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions