oauth - Google ADX Seller Rest API scopes -


i'm having issues above api can't seem solve , appreciate help: i'm trying build oauth url scope of https://www.googleapis.com/auth/adexchange.seller+https://www.googleapis.com/auth/adexchange.seller.readonly , i'm not prompted permissions when redirecting oauth urls.

i've taken developer console uris , changed client_id , redirect_uri , still doesn't work, believe problem google developer console application?

e.g. google developer console uri prompts me authorise "view , manage ad exchange data" , "view ad exchange data" is: https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/adexchange.seller+https://www.googleapis.com/auth/adexchange.seller.readonly&response_type=code&access_type=offline&redirect_uri=https://developers.google.com/oauthplayground&approval_prompt=force&client_id=407408718192.apps.googleusercontent.com

now if change client_id , redirect_uri use application prompted "have offline access" in turn not allow me access data says user not have adx account.

both cases i'm authenticating same user (i tried other adx users), using "client id web application" credential.

thanks amnon

if ever has problem: issue caused because once tried authenticate google credential installed application , reason until revoked access application google.com/settings wouldn't prompt me correct scopes. after revoking started working expected.

amnon


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -