I'm really new to this and after hours of trying, nothing works. Please tell me what I missed. Thanks
I follow the step here:
1. Log in google developers console
2. Create project, then credentials, then acquired the client ID and client secret
4. Put in client ID and client secret in: generate_refresh_token.py.
CLIENT_SECRET = 'xxxxxxxxxxxxxxxxx'
5. Then I run the generate_refresh_token.py
And I got the following error message:
raise AttributeError('No client_id or client_secret specified.')
AttributeError: No client_id or client_secret specified.