Skip to content

Commit

Permalink
update scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
0DUDDU committed Jun 3, 2023
1 parent 62d7779 commit 81a9635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Auth/AuthService.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public function __construct()

$this->client->setScopes([
'https://www.googleapis.com/auth/youtube',
'https://www.googleapis.com/auth/youtube.force-ssl',
'https://www.googleapis.com/auth/youtube.upload'
]);

$this->client->setAccessType('offline');
Expand Down

0 comments on commit 81a9635

Please sign in to comment.