Google Developers Console: how do I register a new application?

扶醉桌前 提交于 2019-12-06 12:59:50

You didn't say whether you were doing this as a service account, web app, or installed app but this should get you pointed in the right direction for all of those.

And, Google radically changed the console UI.

The application gets created when you create the credentials for an application type.

If you created the project in the Google Console, select the project and follow the instructions in the tut you linked to:

  1. Go to the Google Developers Console.

  2. Select a project.

  3. In the sidebar on the left, select APIs & auth. In the displayed list of APIs, make sure all the APIs you are using show a status of ON.

  4. In the sidebar on the left, select Credentials.

Add this step: Click on the "Create New Client ID" button then select the application type.

In either case, you end up on the application's credentials page.

To find your application's client ID and client secret, and set a redirect URI, expand the OAuth 2.0 Client ID section.

Write down the values for each of these fields:

Client ID

Client secret

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