Where can I get Google developer key

后端 未结 16 1817
眼角桃花
眼角桃花 2020-12-02 07:46

I am working on Google API like chat, contacts and so on... I am stuck on developer_key as mentioned in gdata doc.

You can get this at https://code.goog

16条回答
  •  萌比男神i
    2020-12-02 08:20

    Update Nov 2015:

    Sometime in late 2015, the Google Developers Console interface was overhauled again. For the new interface:

    1. Select your project from the toolbar. screenshot

    2. Open the "Gallery" using hamburger menu icon on the left side of the toolbar and select 'API Manager'.

    3. Click 'Credentials' in the left-hand navigation.

    Alternatively, you can click 'Switch to old console' under the the three-dot menu (right side of the toolbar), then follow the instructions below.

    For the NEW (edit: OLD) Google Developers Console:

    You get your 'Developer key' (a.k.a. API key) on the same screen where you get your client ID/secret. (This is the 'Credentials' screen, which can be found under 'APIs & auth' in the left nav.)

    Below your client ID keys, there is a section titled 'Public API access'. If there are no keys in this this section, click 'Create new Key'. Your developer key is the 'API key' specified here.

提交回复
热议问题