arrow_back
Back

Google Cloud APIs: projects, APIs Library, credentials, and quotas

Andrew Dorokhov Andrew Dorokhov schedule 1 min read
menu_book Table of Contents

Google has a lot of services and each service has its API.

We can distinguish two groups of APIs:

Group Services
Google APIs Gmail, Drive, YouTube.
Google Cloud Platform APIs Datastore, Cloud Storage, Pub/Sub, and Compute Engine.

Documentation

Service Description
Google Drive open_in_new Docs .
YouTube open_in_new Docs .

Libraries

To work with Google API there is a lot of open_in_new official libraries .

For example, for PHP we have open_in_new googleapis/google-api-php-client . This library enables us to work with Google APIs such as Gmail, Drive or YouTube on our server.

To use another group of APIs, we can take open_in_new googleapis/google-cloud-php .

code

Need Help with Development?

Happy to help — reach out via the contacts or go straight to my Upwork profile.

work View Upwork Profile arrow_forward
Next Article

Google Drive API: files, uploads, permissions, and PHP examples

arrow_forward