Upload endpoint returns 403 #1116
Unanswered
tilschuenemann
asked this question in
FAQ
Replies: 6 comments · 4 replies
|
Converted to discussion since it’s unrelated to the library. |
4 replies
|
the resource should be "aplus/2020-11-01/contentDocuments" and not "/aplus/2020-11-01/contentDocuments" without the backslash in the begining. |
0 replies
|
I also made the same mistake. How did you solve it |
0 replies
|
I also made the same mistake. How did you solve it |
0 replies
|
I also made the same mistake. How did you solve it |
0 replies
|
I also made the same mistake. How did you solve it |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When trying to upload an image file using the Upload endpoint, I get an error:
To Reproduce
I'm running this script:
The exact error message:
Expected behavior
No errors + successful upload.
Desktop (please complete the following information):
Arch Linux, Kernel 6.1.38-2 LTS
Python 3.11.3 64 bit
Additional context
I'm running a fresh setup of my policies, roles, and user. All token are valid and work, eg. when using the AplusContent endpoint. Most importantly I have the Product Listing role.
I reference the endpoint used in the example docs by Amazon.
Are there any other permissions I need?
All reactions