Encountering unhandled_canonical_code_1 in Google Cloud Storage SDK during GetObjectMetadata operation #14832
Unanswered
LukePickett2
asked this question in
Q&A
Replies: 1 comment
-
We no longer support this branch of https://opensource.google/documentation/policies/library-breaking-change
Digging around internally, this error seems to come from the OAuth token refresh being cancelled. I do not know how to remedy this error. I suggest updating your version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering an unhandled_canonical_code_1 error while performing a GetObjectMetadata operation in the Google Cloud Storage SDK for C++. The error appears on version v0.20.x. I’ve looked for documentation regarding this error, but I was unable to find any, either in the SDK or via a google search. This error appears intermittently. It appears that rerunning the same query will avoid this error a subsequent time. Can someone explain what this error means or point me to documentation describing it?
The specific error message is:
google-cloud-cpp/google/cloud/storage/internal/logging_client.cc:51 GetObjectMetadata() >> status={Permanent error in GetObjectMetadata: {"error":"unhandled_canonical_code_1"} [INVALID_ARGUMENT] [INVALID_ARGUMENT]}
Beta Was this translation helpful? Give feedback.
All reactions