Article Image
Article Image
read

Google Photos API

I’m building a deep dream app that also works with the Google Photos API. As of the day of writing it is still in development, but the open beta [really early beta, beware] is available on Testflight. It may be already out by the time you read this.

The app does not have write access to your Google Photos account. We only ask for read access to allow you to see the photos.

The Google Photos API is shrouded in mystery.

Google does not post any pricing anywhere and you need to look yourself to find the page where they discuss the quota limit.

Here’s what we need to know:

General quota limits

The quota limit for requests to the Library API is 10,000 requests per project per day.

The quota limit for requests to access media bytes (by loading a photo or video from a base URL) is 75,000 requests per project per day.

The quota is not terribly low so most small apps, like the ones most likely from indipendent developers, should be fine, at least for the start. We are going to be fine as well for now, but I still haven’t decided if using it long term is the right choice or not so it might go away in the future (as stated in the log-in screen).

Even without showing any pricing they let you know that it won’t be cheap:

Requesting additional quota

The Google Photos partner program is geared towards large consumer applications that require increased quota limits. If you believe your application belongs in this category, express interest in the partner program.

Sources: Google Photos API Partner Program API Quota Dreamer Dreamer Testflight

Blog Logo

Valentino Urbano


Published

Image

Valentino Urbano

iOS Developer, Swift, Writer, Husband

Back to Overview