Having trouble trying to use gdata and oauth2 in python
问题 Good evening, i've been trying to migrate my blogger python app to oauth2 since the good old Clientlogin() has been deprecated and erased. So, basically i searched through the entire web and couldn't manage to make my application to work correctly. This is the basic code im using for testing: FLOW = flow_from_clientsecrets('/home/b/client_secret.json',scope='https://www.googleapis.com/auth/blogger',message="Client Secrets Not Found") storage = Storage('blogger.dat') credentials = storage.get(