تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يتم احتساب جميع الطلبات المُرسَلة إلى واجهة برمجة تطبيقات مكتبة "صور Google" ضمن مساحة تخزين معيّنة. نضع هذه الحدود لحماية النظام ومستخدميه.
يتطلب الوصول إلى واجهة برمجة التطبيقات استخدام بيانات اعتماد عميل OAuth من مشروع Google Developers. يجب تفعيل واجهة برمجة التطبيقات Library API لهذا المشروع كما هو موضَّح في البدء.
للحصول على مزيد من المعلومات حول الاستخدام السليم لواجهة برمجة التطبيقات هذه، يمكنك الاطّلاع على
سياسة الاستخدام المقبول.
حدود الحصص العامة
إنّ الحدّ الأقصى للحصة المخصّصة للطلبات التي يتم إرسالها إلى Library API هو 10,000 طلب لكل مشروع في اليوم. ويشمل ذلك جميع طلبات واجهة برمجة التطبيقات، مثل التحميل وإدراج الوسائط وتطبيق الفلاتر، بدون الوصول إلى وحدات البايت الخاصة بالوسائط من عنوان URL أساسي.
بالإضافة إلى هذه الحدود، هناك حصص أخرى لحماية
موثوقية أنظمتنا وسلامتها. إذا تلقيت خطأ 429، فمن المحتمل أنك تكون قد وصلت إلى إحدى هذه الحصص. إذا تلقيت أحد هذه الأخطاء، فقم بتقليل
عدد الطلبات المقدمة خلال فترة زمنية معينة. لمزيد من المعلومات، يمكنك الرجوع إلى إعادة محاولة إرسال الطلبات التي تعذّر تنفيذها والرقابة الأسييّة.
جارٍ التحقّق من استخدام الحصة
للاطّلاع على المقدار الذي استخدمته من حصتك المتاحة، وعرض أو تغيير
حدود الاستخدام لمشروعك، انتقِل إلى
صفحة الحصص
في وحدة تحكُّم Google API، واختَر Photos Library API.
تجاوز حدود الحصة
في حال تجاوز حصة الطلبات لواجهة برمجة التطبيقات Library API، تعرِض واجهة برمجة التطبيقات
رمز الخطأ 429 ورسالة تفيد بأنّ المشروع قد تجاوز الحصة المحدَّدة. لمزيد من المعلومات، راجِع بنود الخدمة.
جارٍ طلب حصة إضافية
يستهدف برنامج شركاء "صور Google" تطبيقات المستهلكين
الكبيرة التي تتطلب زيادة في حدود الحصة. إذا كنت تعتقد أنّ طلبك ينتمي إلى هذه الفئة، يمكنك إبداء اهتمامك بالانضمام إلى برنامج الشركاء.
تخزين الصور وجودتها
يتم تخزين جميع ملفات الوسائط التي تم تحميلها إلى "صور Google" باستخدام واجهة برمجة التطبيقات بدقة كاملة بالجودة الأصلية. يتم احتسابها ضمن مساحة
تخزين المستخدم.
تاريخ التعديل الأخير: 2025-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eAll requests to the Google Photos Library API are subject to daily quota limits to protect the system, including limits for general API requests and accessing media bytes.\u003c/p\u003e\n"],["\u003cp\u003eExceeding these quota limits will result in a 429 error, requiring developers to reduce request frequency and implement strategies like retrying failed requests and exponential backoff.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can monitor and manage their quota usage through the Quotas page in the Google API Console.\u003c/p\u003e\n"],["\u003cp\u003eApplications with high-volume needs can request increased quota limits by expressing interest in the Google Photos partner program.\u003c/p\u003e\n"],["\u003cp\u003eMedia uploaded via the API is stored at original quality and counts towards the user's storage, requiring applications to inform users about potential storage impact for large uploads.\u003c/p\u003e\n"]]],["The Google Photos Library API has request quotas to protect the system. Each project is limited to 10,000 API requests daily, including uploads and listing, and 75,000 daily requests for media byte access. Exceeding limits results in a 429 error, requiring reduced request frequency. Quota usage can be monitored via the Google API Console. Uploaded media are stored at original quality and count towards user storage. Higher quotas are available via a partner program.\n"],null,["# API limits and quotas\n\nAll requests sent to the Google Photos Library API are counted toward a quota. We put these\nlimits in place to protect the system and its users.\n\nAccess to the API requires OAuth client credentials from a Google developers\nproject. This project must have the Library API enabled as described in\n[Get started](/photos/library/guides/get-started).\n\nTo learn more about appropriate use of this API, see the\n[Acceptable use policy](/photos/library/guides/acceptable-use).\n\nGeneral quota limits\n--------------------\n\nThe quota limit for requests to the Library API is 10,000 requests per\nproject per day. This includes all API requests, such as uploading, listing\nmedia, and applying filters, but not accessing media bytes from a base URL.\n\nThe quota limit for requests to access media bytes (by\n[loading a photo or video from a base\nURL](/photos/library/guides/access-media-items#base-urls))\nis 75,000 requests per project per day.\n\nIn addition to these limits there are other quotas that exist to protect the\nreliability and integrity of our systems. If you receive a 429 error, you've\nlikely hit one of these quotas. If you receive one of these errors, reduce the\nnumber of requests you are making over a given time period. For more\ninformation, refer to [retrying failed\nrequests](/photos/library/guides/best-practices#retrying-failed-requests) and\n[exponential\nbackoff](/photos/library/guides/best-practices#exponential-backoff).\n\n### Checking quota usage\n\nTo see how much of your available quota you have used, and to view or change\nusage limits for your project, visit the\n[Quotas page](https://console.cloud.google.com/iam-admin/quotas?service=photoslibrary.googleapis.com)\nin the Google API Console and select **Photos Library API**.\n\n### Exceeding quota limits\n\nIf the quota of requests to the Library API is exceeded, the API returns\nan error code 429 and a message that the project has exceeded the quota. For\nmore information, see the [Terms of\nService](https://developers.google.com/terms/).\n\n### Requesting additional quota\n\nThe Google Photos partner program is geared towards large consumer\napplications that require increased quota limits. If you believe your\napplication belongs in this category, [express interest in the\npartner program](/photos/partner-program/overview).\n\nPhoto storage and quality\n-------------------------\n\nAll media items uploaded to Google Photos using the API are stored in\nfull resolution at [original\nquality](https://support.google.com/photos/answer/6220791). They count toward\nthe user's storage.\n| **Note:** If your uploads exceed 25MB per user, your application should remind the user that these uploads will count towards storage in their Google Account."]]