YouTube API - "Authorized redirect URIs" 的选项未显示在凭据页面上

YouTube API - Option for "Authorized redirect URIs" not showing on credentials page

我正在使用 YouTube Data v3 创建一个内部项目应用程序 API。在编辑 client_id 和 client_secret 条目时,按照 this post, I am trying to add "https://developers.google.com/oauthplayground 中给出的教程作为 "Authorized redirect URIs" 下的 link。

当我进入控制台并编辑凭据时,我在任何地方都找不到这个选项。请参阅下面的屏幕截图,了解我在编辑 Oauth 2.0 客户端 ID 时看到的内容。

有没有人知道为什么我看不到这个选项或者我必须去哪里才能找到它?

Screenshot of what I see

我找到原因了。这是因为我将我的凭据设置为 "Other (Windows)"。当我创建新的凭据并选择 "Web server" 时,该选项开始显示。