Install a client library
Stay organized with collections
Save and categorize content based on your preferences.
If you don't want to write your own code to send HTTP requests and parse the
responses, then you must download a client
library.
How to set up a client library varies by programming language. In the following
section, select the language you're using for development.
If you want to use a language that isn't shown below, refer to the client
library documentation to see if there's a library
for your language.
Java
Using the Google APIs Client Library for Java requires that you download the core Java client library and the Google Drive Activity API Java library.
This page contains information about getting started with the Drive Activity API by using
the Google API Client Library for Java. For more information, see the following documentation:
This page contains information about getting started with the Drive Activity API by using
the Google API Client Library for Python (v1/v2). For more information, see the following documentation:
$ svn checkout http://google-api-php-client.googlecode.com/svn/trunk/ google-api-php-client-read-only$ cd google-api-php-read-only$ # Copy the src directory to your working directory.
You can now import the classes you need using the following statements:
require_once "../src/apiClient.php";
.NET
Using the Google APIs Client Library for .NET requires that you download the core .NET client library and the Google Drive Activity API .NET library. Download the files and add them as references to your project:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-23 UTC."],[],[]]