Forums

example of flask app interacting with sqlite .db file stored on google drive deployed on pythonanywhere

I am working on a flask app which read/write data to a sqlite .db file stored on google drive. I deployed it on pythonanywhere.com as a web app, but it does not work:

'Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.'

Any example code for such set-up and/or tips/guides are highly appreciated.

Thank you

Hi there,

As you are currently using a free subscription your access to other sites and services on the internet is limited to only the sites listed here using http(s) protocols. How are you trying to read the file?