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
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
bucket.move_blob not working with url encoded chars in blob name
getting NotFound: 404 POST https://storage.googleapis.com/storage/v1/b/[*bucket_name*]/o/test%2Fblob.csv/moveTo/o/test/blob2.csv?prettyPrint=false: Not Found
Base on the docs (https://cloud.google.com/storage/docs/copying-renaming-moving-objects#move-by-copying), the URL is not correctly encoded:
DESTINATION_OBJECT_NAME is the URL-encoded name you want to use. For example, pets/cat.png, URL-encoded as pets%2Fcat.png.
Environment details
google-cloud-storageversion: 3.3.0Steps to reproduce
Code example
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!