Skip to content

Instantly share code, notes, and snippets.

@comewalk
Last active December 16, 2015 04:19
Show Gist options
  • Save comewalk/5376715 to your computer and use it in GitHub Desktop.
Save comewalk/5376715 to your computer and use it in GitHub Desktop.
if "401 Unauthorized" and this content, try to remove token and connect again.
"error": {
"errors": [
{
"domain": "global",
"reason": "authError",
"message": "Invalid Credentials",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Invalid Credentials"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment