Dear developer community,
I am building a Forge App and am trying to use the v2 API endpoint to convert content id’s to content types:
https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content/#api-content-convert-ids-to-types-post
However, I always get this response:
{code: 401, message: 'Unauthorized; scope does not match'}
The content is in my personal space and I have full access, so I should be able to fetch this endpoint. I am using these scopes for the app:
- read:confluence-content.summary
- read:confluence-content.all
- write:confluence-content
- read:content:confluence
- read:content-details:confluence
- read:page:confluence
- read:blogpost:confluence
But nothing seems to work. Am I missing something here? Any help to get this to work would be much appreciated
Thanks,
Felix