Forums

Not Found

bhttps://myusername.eu.pythonanywhere.com/

Hi, I'm new and not very experienced.

I created a web app: https://myusername.eu.pythonanywhere.com/

I created a.py file that make a folder and generates a csv file. I tested the file: ok everything is fine.

When I try to access the file located at this path externally from another server:

bhttps://myusername.eu.pythonanywhere.com/classifica/CSV/myfile.csv the file is not found.

The path is correct. I also tried to make the file shared but it asks me to log in.

Any help? Thank you

Make sure your app has a routing for given file, and it is being served or it's available as a static file.

MANY THANKS !!!!!!!!! Now it works ! Thank you! Giuseppe

Glad we could help!