We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed all the steps according to document and After run setup_oauth2.rb script this became,
Hit Auth error, please navigate to URL: https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=********-*******.apps.googleusercontent.com&redirect_uri=*******&response_type=code&scope=https://www.googleapis.com/auth/adwords log in and type the verification code:
I go to above URL and allow access and it will shows some code and I entered it to above place and hit it again. But it was generated another error,
:in `connect_nonblock': SSL_connect returned=1 errno=0 state=error: certificate verify failed (Faraday::SSLError)
How I fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed all the steps according to document and After run setup_oauth2.rb script this became,
Hit Auth error, please navigate to URL:
https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=********-*******.apps.googleusercontent.com&redirect_uri=*******&response_type=code&scope=https://www.googleapis.com/auth/adwords
log in and type the verification code:
I go to above URL and allow access and it will shows some code and I entered it to above place and hit it again. But it was generated another error,
:in `connect_nonblock': SSL_connect returned=1 errno=0 state=error: certificate verify failed (Faraday::SSLError)
How I fix it?
The text was updated successfully, but these errors were encountered: