I would like to download a file which is in a website that I should get google apps log in. Is there any library in python that I could do it?
Thank you
I would like to download a file which is in a website that I should get google apps log in. Is there any library in python that I could do it?
Thank you
In App Engine you can use the User Service as an easy way to make sure that only logged-in people can access a particular URL of your app, including a file download URL.