Last active
December 16, 2015 04:19
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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