ahmetb / cloud-run-faq

Unofficial FAQ and everything you've been wondering about Google Cloud Run.
https://cloud.run
Creative Commons Attribution 4.0 International
2.32k stars 124 forks source link

Problem with download file from external system #127

Closed NothingCtrl closed 3 years ago

NothingCtrl commented 3 years ago

My flask app run on Cloud Run but I have problem that urlopen() to download file from other service to serving user request is not working, request error with http status code 403. I tested with many url but non woking.

Does Google Cloud Run is not allow application to download file from external services?

ahmetb commented 3 years ago

Cloud Run can connect to internet just fine. But please ask this sort of questions on Stackoverflow.com.