أنت تعرض المستندات القديمة لواجهة برمجة التطبيقات Google Photos Library API.
بدء استخدام REST
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
لبدء استخدام Google Photos Library API، يمكنك ضبط مشروعك من خلال تفعيل واجهة برمجة التطبيقات عبر
وحدة التحكم في واجهة Google API وإعداد معرِّف عميل OAuth 2.0.
يتفاعل تطبيقك مع "صور Google" نيابةً عن
مستخدم "صور Google" على سبيل المثال، عند إنشاء ألبومات في حساب
مكتبة "صور Google" أو تحميل ملفات الوسائط إلى حساب المستخدم
على "صور Google"، يفوّض المستخدم طلبات البيانات من واجهة برمجة التطبيقات هذه عن طريق
بروتوكول OAuth 2.0.
يتيح معرِّف عميل OAuth 2.0 لمستخدمي التطبيقات تسجيل الدخول والمصادقة
وبالتالي استخدام واجهة برمجة تطبيقات المكتبة. لا تتوافق واجهة برمجة تطبيقات المكتبة مع
حسابات الخدمة لاستخدام واجهة برمجة التطبيقات هذه، يجب أن يسجّل المستخدمون الدخول إلى حساب
الحساب.
تفعيل واجهة برمجة التطبيقات
قبل أن تتمكّن من استخدام Library API، يجب تفعيلها لمشروعك.
- انتقِل إلى وحدة التحكم في واجهة Google API.
- من شريط القوائم، اختَر مشروعًا أو أنشئ مشروعًا جديدًا.
- لفتح مكتبة Google API، من قائمة التنقل، حدد
واجهات برمجة التطبيقات الخدمات > المكتبة.
- ابحث عن "Google Photos Library API". حدد النتيجة الصحيحة وانقر على
تفعيل
طلب معرِّف عميل OAuth 2.0
اتّبِع الخطوات أدناه لطلب معرّف عميل OAuth وإعداده لحسابك.
التطبيق. يستخدم هذا المثال تطبيقًا حيث يكون مسار OAuth كاملاً
التعامل معها من جانب الخادم، مثل تلك الموجودة في العينات لدينا. قد تختلف عملية الإعداد
للتعرّف على سيناريوهات التنفيذ الأخرى.
- انتقِل إلى وحدة التحكم في واجهة Google API.
واختر مشروعك.
- من القائمة، حدد واجهات برمجة التطبيقات الخدمات > بيانات الاعتماد:
- في صفحة بيانات الاعتماد، انقر على إنشاء بيانات الاعتماد >. معرِّف عميل OAuth.
- اختَر نوع التطبيق. في هذا المثال، يكون نوع التطبيق
تطبيق الويب.
تسجيل المصادر التي يُسمح لتطبيقك من خلالها بالوصول إلى واجهات Google APIs
على النحو التالي:
- لتحديد معرِّف العميل، أدخِل اسمًا.
في الحقل مصادر JavaScript المعتمَدة، أدخِل مصدر
التطبيق. لا يسمح هذا الحقل باستخدام أحرف البدل.
يمكنك إدخال مصادر متعددة للسماح بتشغيل تطبيقك على
أو البروتوكولات أو النطاقات أو النطاقات الفرعية. يُسمح لعناوين URL التي تُدخلها
بدء طلب OAuth.
يوضح المثال التالي عنوان URL للتطوير المحلي (تستخدم النماذج لدينا
localhost:8080
) وعنوان URL خاص بالإنتاج.
http://localhost:8080
https://myproductionurl.example.com
إن حقل عنوان URI لإعادة التوجيه المعتمد هو نقطة النهاية التي تتلقى
الاستجابات من خادم OAuth 2.0. وعادةً، يتضمن ذلك
بيئة التطوير ويشير إلى مسار في تطبيقك.
http://localhost:8080/auth/google/callback
https://myproductionurl.example.com/auth/google/callback
انقر على إنشاء.
-
من مربّع حوار عميل OAuth الناتج، انسخ ما يلي:
يمكن لتطبيقك الوصول إلى واجهات Google APIs المفعَّلة باستخدام هذه القيم.
قبل أن تتمكّن من تشغيل تطبيق عام يمكنه الوصول إلى واجهة برمجة تطبيقات المكتبة،
يجب أن تراجع Google تطبيقك. "تطبيق لم يتم التحقّق منه" تظهر في صفحة
الشاشة عند اختبار تطبيقك، إلى أن
التحقق منه.
تجربة النموذج
الآن وبعد أن أعددت مشروعك للاستخدام مع واجهة برمجة تطبيقات المكتبة،
يمكنك مراجعة نموذج التطبيق على GitHub. نموذج التطبيق
طريقة إنشاء إطار صور ذكي باستخدام واجهة برمجة تطبيقات المكتبة.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eTo use the Google Photos Library API, you must enable the API and set up an OAuth 2.0 client ID through the Google API Console.\u003c/p\u003e\n"],["\u003cp\u003eUsers must be signed in to a valid Google Account to use the Library API as it requires user authorization via OAuth 2.0 for actions like creating albums or uploading media.\u003c/p\u003e\n"],["\u003cp\u003eBefore launching publicly, your application needs to be reviewed and verified by Google to remove the "Unverified app" message during testing.\u003c/p\u003e\n"]]],["To utilize the Google Photos Library API, first enable it for your project in the Google API Console. Then, create an OAuth 2.0 client ID, specifying the application type, authorized JavaScript origins, and redirect URIs. Obtain the client ID and secret from the resulting dialog. Ensure your application is reviewed by Google before public launch. Note, only valid Google Account users can use this API as service accounts aren't supported.\n"],null,["# Get started with REST\n\nTo start using the Google Photos Library API, configure your project by enabling the API via\nthe Google API Console and setting up an OAuth 2.0 client ID.\n\nYour application interacts with Google Photos on behalf of a\nGoogle Photos user. For instance, when you create albums in a user's\nGoogle Photos library or upload media items to a user's\nGoogle Photos account, the user authorizes these API requests via the\n[OAuth 2.0](/identity/protocols/OAuth2) protocol.\n\nThe OAuth 2.0 client ID allows your application users to sign in, authenticate,\nand thereby use the Library API. The Library API does not support\nservice accounts; to use this API, users must be signed in to a valid Google\nAccount.\n\nConfigure your app\n------------------\n\n### Enable the API\n\nBefore you can use the Library API, you must enable it for your project.\n\n1. Go to the [Google API Console](https://console.developers.google.com/apis/library).\n2. From the menu bar, select a project or create a new project.\n3. To open the Google API Library, from the Navigation menu, select **APIs \\& Services \\\u003e Library**.\n4. Search for \"Google Photos Library API\". Select the correct result and click **Enable**.\n\n### Request an OAuth 2.0 client ID\n\nFollow the steps below to request an OAuth client ID and configure it for your\napplication. This example uses an application where the entire OAuth flow is\nhandled server-side, such as the one in our samples. The setup process may vary\nfor other [implementation scenarios](/identity/protocols/OAuth2).\n\n1. Go to the [Google API Console](https://console.developers.google.com/apis/library) and select your project.\n2. From the menu, select **APIs \\& Services \\\u003e Credentials**.\n3. On the **Credentials** page, click **Create Credentials \\\u003e OAuth client ID**.\n4. Select your **Application type** . In this example, the application type is **Web application**.\n5. Register the origins from which your app is allowed to access the Google APIs\n as follows:\n\n 1. To identify the client ID, enter a name.\n 2. In the **Authorized JavaScript origins** field, enter the origin for your\n app. This field doesn't allow wildcards.\n\n You can enter multiple origins to allow your app to run on different\n protocols, domains, or subdomains. The URLs you enter are allowed to\n start an OAuth request.\n\n The following example shows a local development URL (our samples use\n `localhost:8080`) and a production URL. \n\n http://localhost:8080\n https://myproductionurl.example.com\n\n 3. The **Authorized redirect URI** field is the endpoint that receives\n responses from the OAuth 2.0 server. Typically, this includes your\n development environment and points to a path in your application.\n\n http://localhost:8080/auth/google/callback\n https://myproductionurl.example.com/auth/google/callback\n\n 4. Click **Create**.\n\n\u003c!-- --\u003e\n\n6. From the resulting OAuth client dialog, copy the following:\n\n - Client ID\n - Client secret\n\n Your app can access the enabled Google APIs using these values.\n\nBefore you can launch a public application that accesses the Library API,\nyour app must be reviewed by Google. An \"Unverified app\" message appears on the\nscreen when you test your application, until it is\n[verified](https://support.google.com/cloud/answer/7454865).\n\nTry out the sample\n------------------\n\nNow that you've configured your project for use with the Library API,\ncheck out the [sample app](/photos/library/samples) on GitHub. The sample app\ndemonstrates how you can build a smart photo frame using the Library API."]]