[object Object]

← back to Marketing Command Center

youtube: add force-ssl scope for videos.update (visibility control)

70479a417587424f03fde6ce37e96cd6b40024a2 · 2026-07-21 14:13:19 -0700 · Steve

Files touched

Diff

commit 70479a417587424f03fde6ce37e96cd6b40024a2
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Jul 21 14:13:19 2026 -0700

    youtube: add force-ssl scope for videos.update (visibility control)
---
 modules/channels/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/channels/index.js b/modules/channels/index.js
index 2436be8..8ef352d 100644
--- a/modules/channels/index.js
+++ b/modules/channels/index.js
@@ -172,7 +172,7 @@ const OAUTH = {
     clientSecret: () => env('YOUTUBE_CLIENT_SECRET') || env('GOOGLE_CLIENT_SECRET'),
     authUrl: 'https://accounts.google.com/o/oauth2/v2/auth',
     tokenUrl: 'https://oauth2.googleapis.com/token',
-    scope: 'https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtube.readonly',
+    scope: 'https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtube.readonly https://www.googleapis.com/auth/youtube.force-ssl',
     extra: { access_type: 'offline', prompt: 'consent' },
   },
   tiktok: {

← e10410d youtube: add /youtube/visibility endpoint (flip private↔publ  ·  back to Marketing Command Center  ·  assets: local qwen2.5vl vision enrichment (aiTags) + search e8501e8 →