Account ID: (省略)
App name: KMA-Make-Integration
The following endpoint returns a scope error even though the scope
has been added, saved, and the app is Activated.
Endpoint: GET https://api.zoom.us/v2/meetings/meeting_summaries
Error response:
{“code”:4711,“message”:“Invalid access token, does not contain
scopes: [meeting:read:list_summaries:admin].”}
- The scope meeting:read:list_summaries:admin is checked and
saved in the Scopes tab - The app status is Activated
- Access tokens are freshly requested each time (not reused)
- The same error persists even after waiting 30+ minutes after
adding the scope
Could you help identify the cause and resolution?