I’m trying to get meeting summaries in to Make_dot_com. As these scopes are not in the default Make app I’ve created a custom app with the missing scopes. However, I’m getting these errors:
GET: “/v2/accounts/IgIHGNu7Rvu8kS_*******/meetings/81358*****/meeting_summary”
{“code”:4711,“message”:“Invalid access token, does not contain scopes:[meeting:read:summary:master].”}
When I remove the specific account info it returns meeting invalid:
GET: “/v2/meetings/81358468010/meeting_summary”
{“code”:300,“message”:“Invalid meeting id.”}
Same for just getting the meeting:
GET: “/v2/accounts/IgIHGNu7Rvu8kS_*******/meetings/81358*****”
{“code”:4711,“message”:“Invalid access token, does not contain scopes:[meeting:read:meeting:master].”}
But both scopes are active in the app. Also I’ve searched the community and only found one similar issue which doesn’t show a solution or source of the problem.
Can someone point me in the right direction to get this solved?
Thanks!