Install a client library

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:

Add the client library to your project

Select your build environment (Maven or Gradle) from the following tabs:

Maven

Add the following to your pom.xml file:

See all versions available on the Maven Central Repository .