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
Using google-cloud-storage==1.2.0, attempting to upload files using Blob.upload_from_filename fails silently (i.e. no error is raised but the blob is not uploaded) if the blob name starts with a forward slash /. A basic example is given below.
Using
google-cloud-storage==1.2.0, attempting to upload files usingBlob.upload_from_filenamefails silently (i.e. no error is raised but the blob is not uploaded) if the blob name starts with a forward slash/. A basic example is given below.