标签: gmail-api
GET https://www.googleapis.com/gmail/v1/users/something%40gmail.com/messages/something?format=full&key={YOUR_API_KEY}
你好我想通过上述请求获取消息的消息正文。 身份验证期间,我检查了所有可能的权限,但得到了以下响应:
Metadata scope doesn't allow format FULL
我在这里想念什么?