Running the project
cd .\Scripts\activate
pip install requirements.txt
flask --app app run
To run this application you'd need a configuration file with google api credentials
- Go to
cloud.google.com
- Create a new project
- Add the Google Drive API to the project
- Create Credentials(OAuth Client ID)
- Download the credentials file and add it to project tree and rename it to
client_desktop.json
.
Be sure to these scopes in your project OAuthConsent Screen