Rest 如何将以下查询放置到Google Mail API

Rest 如何将以下查询放置到Google Mail API,rest,google-api,gmail-api,postman,jsonresponse,Rest,Google Api,Gmail Api,Postman,Jsonresponse,我通过邮递员执行了一些请求,但我总是遇到以下错误: { "error": { "code": 404, "message": "Not Found", "errors": [ { "domain": "global", "message": "Not Found", "reason": "notFound" } ] } } 这些是我通过邮递员发出的请求。请建议我如何运行

我通过邮递员执行了一些请求,但我总是遇到以下错误:

 {
  "error": {
    "code": 404, 
    "message": "Not Found", 
    "errors": [
      {
        "domain": "global", 
        "message": "Not Found", 
        "reason": "notFound"
      }
    ]
   }
 }
这些是我通过邮递员发出的请求。请建议我如何运行这些

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

这还不足以让我们继续下去。首先,我们需要查看您的实际代码。