Creating an IAuth app. When authorizing against it using OAuth (not JWT) got following error message:
“You cannot authorize [my app name]”
$my account
“You cannot install the app because you don’t have the required permissions”
Two theories so far:
Too wide a scope — there’s something there I haven’t paid for
I need to set up OAuth authorization for my account within the app. Where?? How?? To what??
Something else?
All I want the app to do is retrieve meeting attendees UUID, username and a few other things from a running meeting so I can weed out repeat offender trolls and people attempting to impersonate valid co-hosts.
Thank you so much for reaching out to the Developer Forum!
To help us better understand the issue, could you please share a screenshot of the scopes selected for your app?
Also, since the app hasn’t been published yet, please note that using an external account (different from the one used to build the app) might cause access issues. Additionally, please double-check that the scopes you’ve assigned—such as user, admin, or master—are appropriate for the account you’re using to test. Incorrect scoping could also be the cause of the issue.