google-api-java-client-services icon indicating copy to clipboard operation
google-api-java-client-services copied to clipboard

302 backendError

Open marinesco opened this issue 4 years ago • 0 comments

Have been receiving error on almost all live streaming api calls since 03 april:

{
     "error": {
       "code": 302,
       "message": "Unknown Error.",
       "errors": [
         {
           "message": "Unknown Error.",
           "domain": "global",
           "reason": "backendError"
         }
       ],
       "status": "UNKNOWN"
     }
   }

Same described on https://issuetracker.google.com/issues/153244543

When I'm using google-api-java-client-services on Android the call fails. When I copy request to post client - it works.

marinesco avatar Apr 06 '20 17:04 marinesco