Errors
422 Error
requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url
This error usually means that the dictionary containing the parameters passed to one of the Cloud SDK methods had invalid contents, or was not formatted correctly.
Try building up your parameters iteratively and making sure that the request is valid at all steps. If there is a code example for what you are trying to do, double-check the example and compare it to your own request.
403 Error
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url
Make sure that the Cloud SDK is authenticated with administrator service account credentials.
Contact us
If you are still experiencing issues with the Cloud SDK, please reach out to us on Slack or [email protected].io.