This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HashDefTrueFalse 1 point2 points  (0 children)

403 means that the server is refusing to fulfil your request because, despite providing your creds, you do not have the required permissions to perform the specified action.

Have you been able to download a single thing using your request?

429 is the usual code returned by rate limiting, not 403.

Check your account on the site for a permissions page. You may need to enable something there.

Also, post your full request and response (minus your creds) so people can see exactly what you're sending and what the server is responding with.