Guest User

Untitled

a guest
May 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. GS_CREDENTIALS = "path/to/credentials.json"
  2.  
  3. from google.oauth2 import service_account
  4.  
  5. GS_CREDENTIALS = service_account.Credentials.from_service_account_file(
  6. "path/to/credentials.json"
  7. )
Add Comment
Please, Sign In to add comment