@@ -38,6 +38,7 @@ class YoutubeService implements SmmPlatformInterface
// Google_Service_YouTube::YOUTUBEPARTNER,
// Google_Service_YouTube::YOUTUBEPARTNER_CHANNEL_AUDIT
]);
+
$this->client->setAccessType('offline');
$this->client->setPrompt('consent');
$this->client->setDeveloperKey(env('SSM_YOUTUBE_DEV_KEY'));