【问题标题】:GSuite OAuth Client IDsGSuite OAuth 客户端 ID
【发布时间】:2020-11-04 04:33:24
【问题描述】:

有没有办法查看与 OAuth 客户端 ID 相关的项目?如果我们是 G Suite 管理员,或者有没有办法显示所有项目及其所有凭据?

我们有一个 OAuth 客户端 ID,但似乎无法找到它的来源:/

【问题讨论】:

    标签: google-cloud-platform oauth google-workspace clientid


    【解决方案1】:

    您可以使用以下网址:

    https://console.developers.google.com/apis/credentials/oauthclient/[your-client-id]
    

    如果您打开它,请将your-client-id 替换为您自己的客户端 ID,Google Cloud 将设法找到它所属的项目。

    那么,有两种情况:

    1. 如果您的帐户有足够的权限来管理该客户端 ID,您将看到 OAuth 应用的设置页面。它所属的项目将位于 Google Cloud 控制台的左上方。

    2. 如果您的帐户没有足够的权限,Google Cloud 控制台会抛出类似以下内容的错误:There was an error while loading /apis/credentials/oauthclient/[client-id]?project=[project-id]&folder=&organizationId=. Please try again. to view the page, you will see which project it belongs to.

      因此,如果您没有管理客户端 ID 的权限,您仍然可以拥有项目 ID。

    希望这会有所帮助。

    【讨论】:

    • 我试过了,但它试图在我正在查看的最新项目下找到客户端 ID,而不是搜索整个域:( -- There was an error while loading /apis/credentials/oauthclient/[client-id]?project=[recent project viewed]&folder=&organizationId=. Please try again.
    猜你喜欢
    • 1970-01-01
    • 2020-12-04
    • 2020-08-04
    • 1970-01-01
    • 2017-10-18
    • 1970-01-01
    • 2020-07-17
    • 2021-11-23
    • 2016-09-17
    相关资源
    最近更新 更多