Where can I get Google developer key

后端 未结 16 1770
眼角桃花
眼角桃花 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条回答
  • 2020-12-02 08:23

    Go to https://code.google.com/p/google-api-php-client/wiki/OAuth2

    Scroll down to where it says 'Visit the Google API Console to generate your developer key, OAuth2 client id, OAuth2 client secret, and register your OAuth2 redirect uri. Copy their values since your will need to input them in your application.'

    Click on the 'Google API Console' link.

    When it pops up and says 'Welcome to the new Google Developers Console! Prefer the old console? Go back | Dismiss' Click on 'GO BACK'

    0 讨论(0)
  • 2020-12-02 08:24

    Recent Update July 2017:

    1. Go to Google Console
    2. Click on Left most top panel and click credentials.
    3. In the API keys table, you will find the API key in the key column.
    0 讨论(0)
  • 2020-12-02 08:25

    Update no 3:

    You can get a Developer_Key from here Get your Google Developer Key

    Check this tutorial

    {select as answered, if it answered.}

    Update no 2:

    "API key" is the DEVELOPER_KEY

    if you check this code reference, it states

    Set DEVELOPER_KEY to the "API key" value from the "Access" tab of the Google APIs Console http://code.google.com/apis/console#access`

    Wiki on step by step to get API Key & secret

    Update:

    Developer API Key! probably this is what you might be looking for

    http://code.garyjones.co.uk/google-developer-api-key

    OR

    If say, for instance, you have a web app which would require a API key then check this:

    1. Go to Google API Console Select you project OR Create your project.
    2. Select APIs & Auths enter image description here
    3. API Project from the Dropdown on the left navigation panel
    4. API Access
    5. Click on Create another Client ID
    6. Select Service application refer it here

    The Service application that you have created can be used by your Web apps such as PHP, Python, ..., etc. enter image description here

    0 讨论(0)
  • 2020-12-02 08:25

    I explored the google docs and found that developer key and api is same thing.

    0 讨论(0)
  • 2020-12-02 08:27

    API Key is your developer key. Hit https://www.googleapis.com/webfonts/v1/webfonts?key= in your browser by enabling web fonts api and you will see result.

    Refer this blog http://code.garyjones.co.uk/google-developer-api-key/ for more information

    0 讨论(0)
  • 2020-12-02 08:28

    First activate Google+ API, then you will get "Simple API access" box, from there you can get developer key as API key https://code.google.com/apis/console/?api=plus or read this: http://code.google.com/p/google-api-php-client/wiki/OAuth2

    0 讨论(0)
提交回复
热议问题