I'm using the Google Calendar API which incorporates a json file named 'client_secret.json'. When trying to use the API i get an error saying:
oauth2client.clientsecrets.InvalidClientSecretsError: ('Error opening file', 'client_secret.json', 'No such file or directory', 2)
The JSON file is in the correct directory and works perfectly when I run my app on LocalHost, but not when I upload the files to pythonanywhere.