moshaorui 15 stundas atpakaļ
vecāks
revīzija
c98a214c0c
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      app/Services/Smm/YoutubeService.php

+ 2 - 2
app/Services/Smm/YoutubeService.php

@@ -31,8 +31,8 @@ class YoutubeService implements SmmPlatformInterface
         $this->client->setClientSecret(env('SSM_YOUTUBE_CLIENT_SECRET'));
         $this->client->setRedirectUri(env('DIST_SITE_URL').'/dist/callback/youtube');
         $this->client->setScopes([
-            Google_Service_YouTube::YOUTUBE_UPLOAD,
-        //    Google_Service_YouTube::YOUTUBE,
+        //    Google_Service_YouTube::YOUTUBE_UPLOAD,
+            Google_Service_YouTube::YOUTUBE,
         //    Google_Service_YouTube::YOUTUBE_FORCE_SSL,
         //    Google_Service_YouTube::YOUTUBE_READONLY,
         //    Google_Service_YouTube::YOUTUBEPARTNER,