شما در حال مشاهده اسناد قدیمی برای Google Photos Library API هستید.
نمای کلی کتابخانه API
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
با استفاده از Google Photos Library API برنامه شما میتواند عکسها و ویدیوها را در Google Photos بخواند، بنویسد و به اشتراک بگذارد.
کتابخانه API یک API RESTful با بار JSON است. ساختار API بر اساس مفاهیم محصول Google Photos است:
- کتابخانه : رسانه ذخیره شده در حساب Google Photos کاربر.
- آلبوم ها : مجموعه های رسانه ای که می توانند با سایر کاربران به اشتراک گذاشته شوند.
- آیتمهای رسانه : عکسها، ویدیوها و ابردادههای آنها.
- اشتراک گذاری : قابلیتی که به کاربران امکان می دهد رسانه های خود را با سایر کاربران به اشتراک بگذارند.
مجوز
مانند سایر APIهای Google REST، کتابخانه API از OAuth 2.0 برای مدیریت مجوز استفاده می کند. برنامه شما میتواند از طریق حوزههای مختلف مجوز ارائه شده توسط API، درخواست دسترسی به کتابخانه Google Photos کاربر کند.
توجه داشته باشید که کتابخانه API از حسابهای سرویس پشتیبانی نمیکند. برای استفاده از این API، کاربران باید به یک حساب Google معتبر وارد شوند.
با استفاده از کتابخانه API
قبل از شروع توسعه برنامه، موارد زیر را در نظر داشته باشید:
API را کاوش کنید
برای امتحان کتابخانه API بدون نوشتن هیچ کدی، از API Explorer موجود در مستندات مرجع استفاده کنید.
در اینجا چند روش برای استفاده از API Explorer وجود دارد:
نمونه کد ما را بررسی کنید که برخی از ویژگی های کلیدی کتابخانه API را نشان می دهد.
برنامه شریک
میتوانید بدون پیوستن به برنامه شریک، با Google Photos Library API یکپارچه شوید. با این حال، اگر برنامه شما احتمالاً از حد سهمیه دسترسی عمومی فراتر میرود، به برنامه شریک Google Photos ابراز علاقه کنید.
بیشتر بدانید
چند مکان برای رفتن از اینجا:
- شروع کنید : پروژه خود را پیکربندی کنید و نمونه را امتحان کنید.
- راهنماها : راهنماها و مفاهیم نحوه استفاده از کتابخانه API.
- مرجع : مستندات مرجع API
- پشتیبانی : گزینه های پشتیبانی برای درخواست کمک یا ارائه بازخورد.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThe Google Photos Library API allows your app to read, write, and share photos and videos stored in Google Photos.\u003c/p\u003e\n"],["\u003cp\u003eIt uses a RESTful API with JSON payload and OAuth 2.0 for authorization, requiring users to be signed in to a Google Account.\u003c/p\u003e\n"],["\u003cp\u003eBefore developing your app, review the acceptable use policy, UX guidelines, and API limits and quotas.\u003c/p\u003e\n"],["\u003cp\u003eExplore the API through the API Explorer or by checking out the provided code samples.\u003c/p\u003e\n"],["\u003cp\u003eConsider joining the Google Photos partner program if your app is likely to exceed the general availability quota limit.\u003c/p\u003e\n"]]],["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"],null,["# Library API overview\n\nUsing the Google Photos Library API your app can read, write, and share photos and videos in\nGoogle Photos.\n\nThe Library API is a [RESTful\nAPI](/photos/library/legacy/guides/about-restful-apis) with JSON payload. The structure\nof the API is based on the product concepts of Google Photos:\n\n- [Library](/photos/library/legacy/guides/list): media stored in the user's Google Photos account.\n- [Albums](/photos/library/legacy/guides/manage-albums): media collections which can be shared with other users.\n- [Media items](/photos/library/legacy/guides/access-media-items): photos, videos, and their metadata.\n- [Sharing](/photos/library/legacy/guides/share-media): feature that enables users to share their media with other users.\n\nAuthorization\n-------------\n\nLike other Google REST APIs, the Library API uses [OAuth\n2.0](/identity/protocols/OAuth2) to handle authorization.\nYour app can request access to the user's Google Photos library via the\nvarious [authorization\nscopes](/photos/library/legacy/guides/authorization) provided by the\nAPI.\n\nNote that the Library API does not support service accounts; to use this\nAPI, users must be signed in to a valid Google Account.\n\nUsing the Library API\n---------------------\n\nBefore you get started on your app development, keep the following in mind:\n\n- [Acceptable use policy](/photos/library/legacy/guides/acceptable-use)\n- [UX guidelines](/photos/library/legacy/guides/ux-guidelines) for designing your app\n- The Library API [limits and\n quotas](/photos/library/legacy/guides/api-limits-quotas)\n\nExplore the API\n---------------\n\nTo try out the Library API without writing any code, use the API Explorer\navailable in the reference documentation.\n\nHere are some methods to try using the API Explorer:\n\n- [List](/photos/library/legacy/reference/rest/v1/albums/list) your albums.\n- Apply filters to a [media item\n search](/photos/library/legacy/reference/rest/v1/mediaItems/search).\n\nCheck out our [code sample](/photos/library/samples) that shows some of the key\nfeatures of the Library API.\n\nPartner program\n---------------\n\nYou can integrate with the Google Photos Library API without joining the partner program.\nHowever, if your app is likely to exceed the general availability [quota\nlimit](/photos/library/legacy/guides/api-limits-quotas), express interest in the [Google Photos\npartner program](/photos/partner-program).\n\nLearn more\n----------\n\nSome places to go from here:\n\n- [Get started](/photos/library/legacy/guides/get-started): configure your project and try out the sample.\n- [Guides](/photos/library/legacy/guides/list): the how-to guides and concepts around using the Library API.\n- [Reference](/photos/library/reference): the API reference documentation\n- [Support](/photos/library/support/how-to-get-help): the support options for requesting help or giving feedback."]]