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
When I attempt to download an item from blob storage from a python script (urllib.request.urlretrieve(input_value, filename)) it fails with a 403. I can confirm it is fully public, e.g.
@digitaljohn Thank you, we had different reports of this. It's probably a firewall blocking your (legit) python request. Could you send the request and response headers along with the body you're receiving for this request? Thank!
When I attempt to download an item from blob storage from a python script (
urllib.request.urlretrieve(input_value, filename)
) it fails with a 403. I can confirm it is fully public, e.g.https://zggi1etfjuuy7hkt.public.blob.vercel-storage.com/42c8127f-82c0-4dee-a15f-d8d01cccf9bd-GIlpRfWn4ihUwaX87s5ETI1C0vLzOE.jpg
Is this intended behaviour? Is there a workaround?
The text was updated successfully, but these errors were encountered: