From 422c79b430ff978a5357eeb61a1ce3633573584d Mon Sep 17 00:00:00 2001 From: Ian Hyzy Date: Mon, 7 Jul 2025 14:55:45 -0500 Subject: [PATCH] Update Zoom.gs Zoom changed how their OAuth scopes work, this is the format you have to use for all new apps and old apps are encouraged to migrate --- samples/Zoom.gs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Zoom.gs b/samples/Zoom.gs index dad74e94..39d24368 100644 --- a/samples/Zoom.gs +++ b/samples/Zoom.gs @@ -57,8 +57,8 @@ function getService_() { .setPropertyStore(PropertiesService.getUserProperties()) // Set the required scopes: - // https://marketplace.zoom.us/docs/guides/zoom-app-marketplace/permissions#user-managed-app-scopes - .setScope('user:read') + // https://developers.zoom.us/docs/integrations/oauth-scopes-overview/#granular-scopes + .setScope('user:read:user') // Set the Authorization header for token requests. // https://marketplace.zoom.us/docs/guides/authorization/oauth-with-zoom#step-3-exchange-the-authorization-code-for-an-access-token