-
Add
service_account.jsonand/orclient_secrets.jsonto the current folder depending on the credentials used by the samples to run:-
service_account.jsonfor app credentials -
client_secrets.jsonfor user credentials
-
-
Execute
pip install -r requirements.txt
Execute python replace-with-the-sample-file.py wih the sample file path of the sample.
For example, to run the sample create-message-app-cred, you should run
python create-message-app-cred.py.