Google G-Suite API Console not showing Enable G Suite Domain-wide Delegation

雨燕双飞 提交于 2019-12-19 04:50:30

问题


I'm working with a client to setup service account credentials, for the purpose of reading G-Suite Directory information over API.

I've done this a dozen times before with no issues, and now I'm having a problem with a setting not showing up for the client.

Below is an image that shows what I would see normally. The area circled in read is where the ability to enable Domain-Wide Delegation exists.

However, the client does now see that section. Instead they see this button. And clicking the button just displays the Client ID's, but doesn't have an option to Enable Domain-Wide Delegation.

We haven't gone through the entire setup to test if this service account works, and I haven't been able to duplicate this UI interface with my testing accounts. I always get the "Show Domain-Wide Delegation" from the first image, and not the button.

The client says they are a Super Admin on the G-Suite Admin Console. I have detailed instructions for all the steps prior, which they said are exactly correct. The only difference is when they get to this page.

I was hoping someone would have some insight into why this interface would be different, and what might be some ways around fixing it?


回答1:


If you don't see the checkbox, it means you don't need to enable it. You can get the client ID from the UI or by looking at the JSON private key you downloaded, and use that to authorize your scopes in the Admin console.

(thanks @kspearrin who also mentioned that in the comments)



来源:https://stackoverflow.com/questions/56225798/google-g-suite-api-console-not-showing-enable-g-suite-domain-wide-delegation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!