Forums

Download file from Gdrive but not to local drive on Pythonanywhere but on a specific computer

Hello to all!

All is on the question I think. I know now how my app can access Gdrive, list a specific folder, download on PythonAny Drive, but I want to put them no here, but on an other computer.

Is that possible???

If I understand you correctly, then it's not possible to do that directly -- code that is running on PythonAnywhere only has access to your private file storage on PythonAnywhere. You could perhaps write a simple website with a password-protected page that would allow you to download the file to the computer where you want it, but it might just be easier to sync it directly to the computer where you want it.