I have a requirement to authenticate a webpage and download the file to GCS bucket
I got a solution from the below link that we can directly transfer the file from URL to GCS bucket which is without authentication.
Transfer file from URL to Cloud Storage
I want to know if the same solution or similar solution can be done to download the file to GCS bucket after webpage authentication using python
Thanks!.