LokaliseAuth refresh error.cassette 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [
  2. {
  3. "scope": "https://app.lokalise.com:443",
  4. "method": "POST",
  5. "path": "/oauth2/token",
  6. "body": {
  7. "client_id": "123abc",
  8. "client_secret": "456zyx",
  9. "refresh_token": "fake",
  10. "grant_type": "refresh_token"
  11. },
  12. "status": 400,
  13. "response": {
  14. "error": "invalid_request",
  15. "error_description": "client_id: Client id must be 40 characters long",
  16. "error_uri": ""
  17. },
  18. "rawHeaders": [
  19. "Server",
  20. "nginx",
  21. "Date",
  22. "Tue, 08 Mar 2022 14:49:09 GMT",
  23. "Content-Type",
  24. "application/json",
  25. "Transfer-Encoding",
  26. "chunked",
  27. "Connection",
  28. "close",
  29. "Expires",
  30. "Thu, 19 Nov 1981 08:52:00 GMT",
  31. "Cache-Control",
  32. "no-store, no-cache, must-revalidate",
  33. "Pragma",
  34. "no-cache",
  35. "Cache-Control",
  36. "max-age=0, must-revalidate, private",
  37. "X-Content-Type-Options",
  38. "nosniff",
  39. "X-Frame-Options",
  40. "deny",
  41. "X-XSS-Protection",
  42. "1; mode=block",
  43. "Strict-Transport-Security",
  44. "max-age=31536000",
  45. "Referrer-Policy",
  46. "origin",
  47. "X-Lokalise-Process-Id",
  48. "63bcf4cf-91d6-4673-9681-586f952a0a7c",
  49. "pragma",
  50. "no-cache",
  51. "Expires",
  52. "Tue, 08 Mar 2022 14:49:09 GMT"
  53. ],
  54. "responseIsBinary": false
  55. }
  56. ]