Library API का इस्तेमाल शुरू करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Library API की मदद से, उपयोगकर्ताओं की Google Photos लाइब्रेरी में मौजूद फ़ोटो, वीडियो, और एल्बम के साथ इंटरैक्ट किया जा सकता है. हालांकि, इस बात का ध्यान रखें कि सिर्फ़ उस कॉन्टेंट को ऐक्सेस और मैनेज किया जा सकता है जिसे आपके ऐप्लिकेशन ने बनाया है.
शुरू करने से पहले
Library API के इस्तेमाल के मुख्य उदाहरण
Library API उन स्थितियों के लिए सबसे सही है जहां आपके ऐप्लिकेशन को:
- मीडिया अपलोड और सेव करना: आपके ऐप्लिकेशन से जनरेट हुई फ़ोटो और वीडियो को, उपयोगकर्ताओं की Google Photos लाइब्रेरी में सुरक्षित तरीके से इंपोर्ट किया जा सकता है.
- कॉन्टेंट व्यवस्थित करना: एल्बम बनाएं और उन्हें मैनेज करें, ताकि उपयोगकर्ता ऐप्लिकेशन से जुड़े मीडिया को व्यवस्थित कर सकें.
- फ़ोटो और एल्बम को बेहतर बनाना: टाइटल, ब्यौरा या जगह की जानकारी जैसी जानकारी जोड़कर, मीडिया आइटम और एल्बम में संदर्भ जोड़ें.
- ऐप्लिकेशन से बनाए गए डेटा को ऐक्सेस करना: उन फ़ोटो, वीडियो, और एल्बम को ऐक्सेस करना और उनसे इंटरैक्ट करना जिन्हें आपके ऐप्लिकेशन ने पहले बनाया था.
Library API का सामान्य वर्कफ़्लो
लाइब्रेरी एपीआई कई तरह की सुविधाएं देता है. हालांकि, आम तौर पर इन चरणों को पूरा करके वर्कफ़्लो पूरा किया जा सकता है:
मीडिया अपलोड करना: Google Photos पर फ़ोटो या वीडियो के बाइट को सुरक्षित तरीके से अपलोड करने के लिए, अपलोड एंडपॉइंट का इस्तेमाल करें. इस चरण में, एक uploadToken
जनरेट होता है.
मीडिया आइटम बनाना: उपयोगकर्ता की लाइब्रेरी में मीडिया आइटम बनाने के लिए, uploadToken
देकर mediaItems.batchCreate
तरीके का इस्तेमाल करें.
एल्बम बनाएं (ज़रूरी नहीं): मीडिया आइटम व्यवस्थित करने के लिए, उपयोगकर्ता की लाइब्रेरी में एल्बम बनाने के लिए, albums.create
तरीके का इस्तेमाल करें.
एल्बम मैनेज करना:
ऐप्लिकेशन से बनाए गए मीडिया को ऐक्सेस करना:
mediaItems.get
या
mediaItems.batchGet
का इस्तेमाल करके, मीडिया के किसी खास आइटम के बारे में जानकारी पाएं.
mediaItems.search
का इस्तेमाल करके, अपने ऐप्लिकेशन से बनाए गए मीडिया आइटम खोजें.
- ऐप्लिकेशन से बनाए गए किसी एल्बम में मौजूद मीडिया आइटम की सूची बनाने के लिए, एल्बम आईडी के साथ
mediaItems.search
का इस्तेमाल करें.
अगले चरण
- रेफ़रंस दस्तावेज़ देखें: उपलब्ध सभी तरीकों और पैरामीटर के बारे में जानने के लिए, Library API के रेफ़रंस दस्तावेज़ को पढ़ें.
- सैंपल आज़माएं: लाइब्रेरी एपीआई को काम करते हुए देखने और अपने इंटिग्रेशन के लिए प्रेरणा पाने के लिए, हमारा सैंपल देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe Library API allows your application to interact with photos, videos, and albums in users' Google Photos libraries, but only for content created by your application.\u003c/p\u003e\n"],["\u003cp\u003eKey use cases include uploading/storing media, organizing content into albums, enhancing media with details, and accessing previously created app data.\u003c/p\u003e\n"],["\u003cp\u003eA typical workflow involves uploading media, creating media items, optionally creating and managing albums, and accessing the app-created media.\u003c/p\u003e\n"],["\u003cp\u003eBefore starting, ensure the Library API aligns with your needs by reviewing the overview and configuring your app for API access.\u003c/p\u003e\n"]]],["The Library API enables interaction with Google Photos, specifically for app-created content. Key actions include uploading media using an `uploadToken`, creating media items in the user's library, and optionally organizing them into albums. You can also manage albums by adding or removing media, adding enrichments, and retrieving album information. The API allows retrieval and searching of app-created media items. The first step before starting to use this API is to configure your application and ensure the Library API is suitable for your use case.\n"],null,["# Get started with the Library API\n\nThe Library API lets you to interact with photos, videos, and albums within your\nusers' Google Photos libraries, but with an important focus: you can only access\nand manage content that was created by your application.\n\nBefore you start\n----------------\n\n- **Check out the overview:** [Compare the Picker API and the Library API](/photos/overview/about) to make sure the Library API is the right fit for your use case.\n- **Configure Your app:** Enable the API and set up authentication. See [Configure your app](/photos/overview/configure-your-app) for detailed steps.\n\nKey use cases of the Library API\n--------------------------------\n\nThe Library API is ideal for scenarios where your app needs to:\n\n- **Upload and store media:** Securely import photos and videos (generated by your app) into your users' Google Photos libraries.\n- **Organize content:** Create and manage albums to help users organize their app-related media.\n- **Enhance photos and albums:** Add context to media items and albums through enrichments like titles, descriptions, or location information.\n- **Access app-created data:** Retrieve and interact with the photos, videos, and albums that your app has previously created.\n\nTypical Library API workflow\n----------------------------\n\nWhile the Library API offers various functionalities, a common workflow might\ninvolve these steps:\n\n1. **Upload media:** Use the [uploads endpoint](/photos/library/guides/upload-media)\n to securely upload photo or video bytes to Google Photos. This step\n generates an\n [`uploadToken`](/photos/library/reference/rest/v1/mediaItems/batchCreate#SimpleMediaItem.FIELDS.upload_token).\n\n2. **Create media items:** Use the [`mediaItems.batchCreate`\n method](/photos/library/guides/upload-media#creating-media-item), providing\n the `uploadToken`, to create media items in the user's library.\n\n3. **Create albums (optional):** Use the [`albums.create` method](/photos/library/guides/manage-albums#creating-new-album)\n to create albums within the user's library to organize the media items.\n\n4. **Manage albums:**\n\n - Add media items (created by your app) to albums using [`albums.batchAddMediaItems`.](/photos/library/guides/manage-albums#adding-items-to-album)\n - Remove media items from albums using [`albums.batchRemoveMediaItems`](/photos/library/guides/manage-albums#removing-items-from-album).\n - Add enrichments to albums (like titles or locations) using [`albums.addEnrichment`.](/photos/library/guides/add-enrichments#intro-adding-enrichments-album)\n - Retrieve information about specific albums using [`albums.get`](/photos/library/guides/list#listing-albums).\n - List albums created by your app using [`albums.list`](/photos/library/guides/list#listing-albums).\n5. **Access app-created media:**\n\n - Retrieve details about specific media items using `mediaItems.get` or `mediaItems.batchGet`.\n - Search for media items created by your app using `mediaItems.search`.\n - List media items within a specific app-created album using `mediaItems.search` with the album ID.\n\nNext steps\n----------\n\n- Review the reference docs: Explore the detailed [Library API reference\n documentation](/photos/library/reference/rest) to learn about all the available methods and parameters.\n- Try out the samples: Check out our [sample](/photos/library/samples) to see the Library API in action and get inspiration for your integration."]]