Google 개발자 키는 어디에서 얻을 수 있습니까?
채팅, 연락처 등과 같은 Google API에서 작업 중입니다 ... developer_key
gdata doc에서 언급 한대로 계속 붙어 있습니다.
https://code.google.com/apis/console 에서 얻을 수 있습니다 .
'developer_key' => ''
나는 이미:
// OAuth2 Settings, you can get these keys at https://code.google.com/apis/console
'oauth2_client_id' => '',
'oauth2_client_secret' => '',
'oauth2_redirect_uri' => ''
개발자 키는 어디에서 찾을 수 있습니까?
이런 걸 찾았어요
http://code.google.com/apis/youtube/dashboard/gwt/index.html
그러나 나는 이것이 유튜브에만 해당된다는 것을 이해합니다.
'API 액세스', '단순 API 액세스'상자에 나열된 API 키입니다.
먼저 Google+ API를 활성화하면 "간단한 API 액세스"상자가 표시됩니다. 여기에서 개발자 키를 API 키 https://code.google.com/apis/console/?api=plus로 가져 오거나 다음을 읽을 수 있습니다. http : //code.google.com/p/google-api-php-client/wiki/OAuth2
2015 년 11 월 업데이트 :
2015 년 후반에 Google Developers Console 인터페이스가 다시 점검되었습니다. 새 인터페이스의 경우 :
툴바에서 프로젝트를 선택합니다.
툴바 왼쪽에있는 햄버거 메뉴 아이콘을 사용하여 "갤러리"를 열고 'API 관리자'를 선택합니다.
왼쪽 탐색 메뉴에서 '자격증 명'을 클릭하십시오.
또는 도구 모음의 오른쪽에있는 점 3 개 메뉴에서 '이전 콘솔로 전환'을 클릭 한 다음 아래 지침을 따르십시오.
새로운 (수정 : OLD) Google Developers Console :
클라이언트 ID / 비밀을받는 동일한 화면에서 '개발자 키'(일명 API 키)를받습니다. (왼쪽 탐색 메뉴의 'API 및 인증'에서 찾을 수있는 '자격 증명'화면입니다.)
클라이언트 ID 키 아래에 '공개 API 액세스'라는 섹션이 있습니다. 이 섹션에 키가 없으면 '새 키 만들기'를 클릭합니다. 개발자 키는 여기에 지정된 'API 키'입니다.
3 번 업데이트 :
여기 에서 Developer_Key 를 얻을 수 있습니다. Google 개발자 키를 가져옵니다.
{ 답변이있는 경우 답변으로 선택합니다. }
업데이트 2 번 :
"API 키"는 DEVELOPER_KEY입니다.
이 코드 참조 를 확인하면 다음과 같이 표시됩니다.
구글 API 콘솔의 "액세스"탭에서 "API 키"값으로 설정 DEVELOPER_KEY http://code.google.com/apis/console#access `
최신 정보:
개발자 API 키! 아마도 이것은 당신이 찾고있을 것입니다
http://code.garyjones.co.uk/google-developer-api-key
또는
예를 들어 API 키가 필요한 웹 앱이있는 경우 다음을 확인하십시오.
- Google API 콘솔로 이동 프로젝트를 선택하거나 프로젝트를 만듭니다.
- API 및 인증 선택
- 왼쪽 탐색 패널의 드롭 다운에서 API 프로젝트
- API 액세스
- 다른 클라이언트 ID 만들기를 클릭하십시오.
- 서비스 응용 프로그램 선택 여기에서 참조하십시오.
생성 한 서비스 애플리케이션은 PHP, Python 등의 웹 앱에서 사용할 수 있습니다.
이전 콘솔 레이아웃에서 :
- 프로젝트 선택
- 메뉴 항목 "API 액세스"선택
- '단순 API 액세스'라는 '다른 클라이언트 ID 만들기'아래 섹션으로 이동합니다.
- Choose one of the following options, depending on what kind of app you're creating (server side languages should use the first option - JS should use the second) :
- Key for server apps (with IP locking)
- Key for browser apps (with referers)
In the new cloud console layout :
- Select your project
- Choose menu item "APIs & auth"
- Choose menu item "Registered app"
- Register an app of type "web application"
- Choose one of the following options, depending on what kind of app you're creating (server side languages should use the first option - JS should use the second) :
- Key for server apps (with IP locking)
- Key for browser apps (with referers)
In case of both procedures, you find your client ID and client secret at the same page. If you're using a different client ID and client secret, replace it with the ones you find here.
During my first experiments today, I've succesfully used the "Key for server apps" as a developer key for connecting with the "contacts", "userinfo" and "analytics" API. I did this using the PHP client.
Wading through the Google API docs certainly is a pain in the @$$... I hope this info will be useful to anyone.
2017 Update
- Open Google API - https://console.developers.google.com
- Go to Credentials.
- Click on the 'Create Credentials' button. At time of writing it's currently a blue coloured dropdown.
- Select API Key.
You should get a dialog from where you can copy this API key to use in your project. Hope this helps.
Please use Google API console
Create a new project
For the created project goto API access
There you will find your Client ID and Secret. And the API key in the last is your developer key.
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
I explored the google docs and found that developer key and api is same thing.
in https://code.google.com/apis/console/ , in SERVICES, turn on YOUTUBE API, then click API ACCESS in the left menu.
"Public API access" the key generated there is the key you got to paste into your public static final String DEVELOPER_KEY as part of this writing 26.12.2013 It is not the clientID but you got take the steps mentioned above to obtain one and generate the public api access key.
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'
If you are only calling APIs that do not require user data, such as the Google Custom Search API, then API keys might be simpler to use than OAuth 2.0 access tokens. However, if your application already uses an OAuth 2.0 access token, then there is no need to generate an API key as well. Google ignores passed API keys if a passed OAuth 2.0 access token is already associated with the corresponding project.
Note: You must use either an OAuth 2.0 access token or an API key for all requests to Google APIs represented in the Google Developers Console. Not all APIs require authorized calls. To learn whether authorization is required for a specific call, see your API documentation.
Reference: https://developers.google.com/console/help/new/?hl=en_US#credentials-access-security-and-identity
tl;dr
Developer Key = Api Key (any of yours)
Google 콘솔-> Google API-> 자격 증명에서 찾으십시오.
2017 년 7 월 최근 업데이트 :
- Google 콘솔로 이동
- 가장 왼쪽 상단 패널을 클릭하고 자격 증명을 클릭합니다.
- API 키 테이블의 키 열에서 API 키를 찾을 수 있습니다.
거기 에서 Youtube API 키를 생성 할 수 있어야합니다 .
API 호출을 승인하는 데 권장되는 방법 은 OAuth 1.0 자격 증명을 사용할 때만 API 키가 필요하다고 문서 에서 지적한대로 OAuth 2.0 (API 키 없음)을 사용하는 것입니다.
애플리케이션의 API 키 는 API 액세스> 단순 API 의 Google API 콘솔 에서 찾을 수 있습니다 .
참고 URL : https://stackoverflow.com/questions/8832087/where-can-i-get-google-developer-key
'IT story' 카테고리의 다른 글
jQuery의 mouseout ()과 mouseleave ()의 차이점은 무엇입니까? (0) | 2020.08.30 |
---|---|
javac 오류 : 주석 처리가 명시 적으로 요청 된 경우에만 클래스 이름이 허용됩니다. (0) | 2020.08.30 |
AngularJS 시드 : JavaScript를 별도의 파일 (app.js, controllers.js, directives.js, filters.js, services.js)에 넣기 (0) | 2020.08.30 |
AngularJS : ngInclude 대 지시문 (0) | 2020.08.30 |
numpy dot ()과 Python 3.5+ 행렬 곱셈의 차이점 @ (0) | 2020.08.30 |