Guest User

Untitled

a guest
May 28th, 2018
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "error": {
  3. "errors": [
  4. {
  5. "domain": "global",
  6. "reason": "invalid",
  7. "message": "INSUFFICIENT_PERMISSION"
  8. }
  9. ],
  10. "code": 400,
  11. "message": "INSUFFICIENT_PERMISSION"
  12. }
  13. }
  14.  
  15. https://www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo
  16.  
  17. {
  18. "emailId": 'test@example.com'
  19. }
  20.  
  21. {
  22. "error": {
  23. "status": "INVALID_ARGUMENT",
  24. "message": "The API Key and the authentication credential are from different projects.",
  25. "code": 400,
  26. "errors": [
  27. {
  28. "reason": "badRequest",
  29. "message": "The API Key and the authentication credential are from different projects.",
  30. "domain": "global"
  31. }
  32. ]
  33. }
  34. }
Add Comment
Please, Sign In to add comment