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 will enable Keyring to perform more operations.