As account owner I don’t have permission to use app

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:

  1. Too wide a scope — there’s something there I haven’t paid for
  2. 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.

What are the minimum scopes I need?

Hi @norwoodgroupyeg

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.

Let us know, and we’ll be happy to help further!

It was the scopes.

Now getting an “Allow” screen.

After that I get a “cannot GET /“ message but I blame the calling app

Could you share the full request URL that’s being called when you see the ‘cannot GET /’ message?

This topic was automatically closed after 30 days. New replies are no longer allowed.