Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
CSS
I executed few requests through POSTMAN but I am always getting this error:

 {
  "error": {
    "code": 404,
    "message": "Not Found",
    "errors": [
      {
        "domain": "global",
        "message": "Not Found",
        "reason": "notFound"
      }
    ]
   }
 }
these are the requests I have sent through the POSTMAN. Please advice how i can run these.

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
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900