Skip to content

Commit

Permalink
Remove scopes to resolve Zoom marketplace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mfldavidson committed Jul 30, 2021
1 parent 339e3e2 commit b076017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/officehours_api/backends/zoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def get_auth_url(cls, redirect_uri: str, state: str):
f"{Backend.base_url}/oauth/authorize"
f"?response_type=code"
f"&client_id={cls.client_id}"
f"&scope=meeting:read%20meeting:write"
f"&state={state}"
f"&redirect_uri={redirect_uri}"
)
Expand Down

0 comments on commit b076017

Please sign in to comment.