Results 1 issues of Ashish Goyal

In the Gmail service, currently, we have scopes that support read-only methods like getting and listing. `const SCOPE = 'https://www.googleapis.com/auth/gmail.readonly https://www.googleapis.com/auth/userinfo.profile'; ` We have to add scopes like `https://www.googleapis.com/auth/gmail.modify` that...