google admin sdk - Where is Manage third party OAuth Client access -
trying access google admin sdk directory , getting error:
accesstokenrefresherror: access_denied
has been asked before here on stackoverflow , answer points document:
https://developers.google.com/drive/web/delegation#delegate_domain-wide_authority_to_your_service_account
however, if follow instructions , go security/advanced setting on google domain control panel, don't have manage third party oauth client access option, , can see these:
- manage oauth domain key
- federated login using openid
- manage oauth client access
is there new document? restricted non-free google apps accounts?
manage third party oauth client has been renamed manage oauth client access seems. go manage oauth client access in security setting, , input client id in 'client name' field , scope want grant (put in entire url. ex: https://www.googleapis.com/auth/drive ) in "one or more api scope" field.
once click 'authorize', scope granted.
updated september 24th, 2014: name has changed "manage api client access" "manage oauth client access". comment, fausto@.
Comments
Post a Comment