Discussions

Ask a Question
Back to All

403 error when trying to retrieve attachments (Oauth2)

I am getting a 403 error (Insufficient Scope) whenever I try to retrieve attachments via an Oauth2 connection.
The error message says ""read_attachments" scope required to complete this request"

But I have included the read_attachments scope in my Oauth2 connection.
I have tried adding "manage_attachments" "read_job_attachments" and "publish_attachments" to the scope, but I'm getting a 403 error whenever I send a request.

I can access and use the attachments endpoint using basic authorisation, but need to use multiple Oauth2 endpoints in the workflow that I am using, so don't know what else to try here.