Google 포토 라이브러리 API의 기존 문서를 보고 계신 것입니다.
라이브러리 API 개요
앱은 Google 포토 라이브러리 API를 사용하여 Google 포토의 사진과 동영상을 읽고 쓰고 공유할 수 있습니다.
Library API는 JSON 페이로드가 포함된 RESTful API입니다. API의 구조는 Google 포토의 제품 개념을 기반으로 합니다.
- 라이브러리: 사용자의 Google 포토 계정에 저장된 미디어입니다.
- 앨범: 다른 사용자와 공유할 수 있는 미디어 컬렉션.
- 미디어 항목: 사진, 동영상, 메타데이터
- 공유: 사용자가 다른 사용자와 미디어를 공유할 수 있는 기능입니다.
승인
다른 Google REST API와 마찬가지로 Library API는 OAuth 2.0을 사용하여 승인을 처리합니다.
앱은 API에서 제공하는 다양한 승인 범위를 통해 사용자의 Google 포토 라이브러리 액세스를 요청할 수 있습니다.
라이브러리 API는 서비스 계정을 지원하지 않습니다. 이 API를 사용하려면 사용자가 유효한 Google 계정에 로그인해야 합니다.
라이브러리 API 사용
앱 개발을 시작하기 전에 다음 사항에 유의하세요.
API 살펴보기
코드를 작성하지 않고 라이브러리 API를 사용해 보려면 참조 문서에 있는 API 탐색기를 사용하세요.
다음은 API 탐색기를 사용해 볼 수 있는 몇 가지 방법입니다.
라이브러리 API의 주요 기능을 보여주는 코드 샘플을 확인하세요.
파트너 프로그램
파트너 프로그램에 가입하지 않아도 Google 포토 라이브러리 API와 통합할 수 있습니다.
하지만 앱이 정식 버전 할당량 한도를 초과할 가능성이 있다면 Google 포토 파트너 프로그램에 참여해 보세요.
자세히 알아보기
다음에서 갈 만한 곳:
- 시작하기: 프로젝트를 구성하고 샘플을 사용해 보세요.
- 가이드: 라이브러리 API 사용에 관한 안내 가이드 및 개념입니다.
- 참조: API 참조 문서
- 지원: 도움을 요청하거나 의견을 제공하기 위한 지원 옵션입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-12(UTC)
[null,null,["최종 업데이트: 2024-09-12(UTC)"],[[["The Google Photos Library API allows your app to read, write, and share photos and videos stored in Google Photos."],["It uses a RESTful API with JSON payload and OAuth 2.0 for authorization, requiring users to be signed in to a Google Account."],["Before developing your app, review the acceptable use policy, UX guidelines, and API limits and quotas."],["Explore the API through the API Explorer or by checking out the provided code samples."],["Consider joining the Google Photos partner program if your app is likely to exceed the general availability quota limit."]]],["The Google Photos Library API enables apps to interact with Google Photos content, reading, writing, and sharing photos and videos. It's a RESTful API using JSON payloads, organized around libraries, albums, media items, and sharing. Access requires OAuth 2.0 authorization via specific scopes, and service accounts are not supported. Developers should adhere to usage policies, UX guidelines, and quotas. The API can be explored through the API Explorer, and code samples are available. Those who need more quota should apply to the Google Photos partner program.\n"]]