You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other("{\n \"error\": {\n \"code\": 403,\n \"message\": \"[email protected] does not have storage.objects.delete access to the Google Cloud Storage object.\",\n \"errors\": [\n {\n \"message\": \"[email protected] does not have storage.objects.delete access to the Google Cloud Storage object.\",\n \"domain\": \"global\",\n \"reason\": \"forbidden\"\n }\n ]\n }\n}\n")
The text was updated successfully, but these errors were encountered:
Sure, the error went away once I fixed the permissions, but that’s not what I am reporting. I am reporting that the type of the error appears to be wrong.
The documentation implies that errors from Google become an Error::Google, but https://docs.rs/cloud-storage/latest/src/cloud_storage/client/object.rs.html#126 always creates an Error::Other.
The text was updated successfully, but these errors were encountered: