Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error authenticating against Zoom #24

Open
alvarolobato opened this issue Mar 11, 2019 · 4 comments
Open

Error authenticating against Zoom #24

alvarolobato opened this issue Mar 11, 2019 · 4 comments

Comments

@alvarolobato
Copy link

alvarolobato commented Mar 11, 2019

I always get a 401 when validating Zoom API calls

2019-03-11 22:19:07,547 main:INFO Application starting up.
2019-03-11 22:19:07,648 drive_api:INFO Drive connection established.
2019-03-11 22:19:08,098 zoom_api:ERROR HTTP_STATUS: 401-Unauthorized, Not authenticated.

It seems to be related to the application not using OAuth, Zoom only allows me to create an OAuth application.

Can you help?
Thanks

@jbedorf
Copy link
Member

jbedorf commented Mar 12, 2019

Did you try creating an account level app?
If you go here: https://marketplace.zoom.us/develop/create
You can select Account level app after which a drop-down shows up which allows you to select JWT API Credentials . This should be the one you need. Also see the documentation here.

Our documentation was written before Zoom switched to the Marketplace so the steps in our README are not yet up to date.

Let me know if this helps

@alvarolobato
Copy link
Author

I'm not able to do it right now because I need developer privileges. I'll see if I can get it from my org. Thanks

@alvarolobato
Copy link
Author

alvarolobato commented Apr 8, 2019

@jbedorf I've checked with the account manager and the problem is that developer credentials would give access to all the account videos, not only the user's.

Any chance of adding OAuth?

@jbedorf
Copy link
Member

jbedorf commented Apr 15, 2019

Ah I see, I'll add it to our list of things to look into. However, given that for our use case the developer credentials are sufficient it might take a bit before we get to it as there is no immediate business case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants