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