Pero no consigo crear la url de autentificación, podríais orientarme?
He intentado con el código que gastan otros lenguajes, pero no consigo dar con la tecla.
https://cloud.google.com/vision/docs/pdf
He probado con esta estructura, pero nada, voy muy perdido:
Code: Select all
https://accounts.google.com/o/oauth2/v2/auth?
response_type=code&
client_id=424911365001.apps.googleusercontent.com&
scope=openid%20email&
redirect_uri=https%3A//oauth2.example.com/code&
state=security_token%3D138r5719ru3e1%26url%3Dhttps%3A%2F%2Foauth2-login-demo.example.com%2FmyHome&
login_hint=jsmith@example.com&
nonce=0394852-3190485-2490358&
hd=example.com* * * * * * * * * * * * * * * * * * * * * * * *
I am trying to log in to use the google api - Cloud Vision API
But I can't create the authentication url, could you guide me?
I have tried the code used by other languages, but I can't find the key.
[url] https://cloud.google.com/vision/docs/pdf [/ url]
I have tried with this structure, but nothing, I am very lost:
Code: Select all
https://accounts.google.com/o/oauth2/v2/auth?
response_type=code&
client_id=424911365001.apps.googleusercontent.com&
scope=openid%20email&
redirect_uri=https%3A//oauth2.example.com/code&
state=security_token%3D138r5719ru3e1%26url%3Dhttps%3A%2F%2Foauth2-login-demo.example.com%2FmyHome&
login_hint=jsmith@example.com&
nonce=0394852-3190485-2490358&
hd=example.com