GET https://www.googleapis.com/gmail/v1/users/something%40gmail.com/messages/something?format=full&key={YOUR_API_KEY}
Hello. I'd like to get the message body for the message with the above request. During authentication, I checked every possible permission, yet I'm getting the following response:
Metadata scope doesn't allow format FULL
What am I missing here?