我通过 POSTMAN 执行了几个请求,但总是收到此错误:
{
"error": {
"code": 404,
"message": "Not Found",
"errors": [
{
"domain": "global",
"message": "Not Found",
"reason": "notFound"
}
]
}
}
这些是我通过 POSTMAN 发送的请求。请建议我如何运行这些。
https://www.googleapis.com/gmail/v1/users/me/drafts/{id}
https://www.googleapis.com/gmail/v1/users/{userId}/history
https://www.googleapis.com/gmail/v1/users/{userId}/labels/{id}
https://www.googleapis.com/gmail/v1/users/{userId}/messages/import