Skip to content

Commit

Permalink
chore: update google scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisdom Ebong committed Jul 5, 2021
1 parent 33fecd8 commit cb10806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function login($email = null)

$this->setAccessType('offline');

$this->setScopes(Google_Service_Gmail::GMAIL_COMPOSE, Google_Service_Gmail::GMAIL_READONLY, Google_Service_Gmail::GMAIL_SEND);
$this->setScopes(Google_Service_Gmail::GMAIL_READONLY, Google_Service_Gmail::GMAIL_SEND);

return $this->createAuthUrl();
}
Expand Down

0 comments on commit cb10806

Please sign in to comment.