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