Registry / cloud / google-api-services-drive

google-api-services-drive

JSON →
library3-rev20260405-2.0.0javamavenunverified

Java client library for accessing Google Drive API to manage files, folders, and permissions.

<dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-drive</artifactId> <version>3-rev20260405-2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-API-SERVICE
G
google-api-services-drive
cloudjavav3-rev20260405-2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Drive
com.google.api.services.drive.Drive

Initializes the Drive service and retrieves a file by its ID.

import com.google.api.services.drive.Drive; import com.google.api.services.drive.model.File; Drive service = new Drive.Builder(httpTransport, jsonFactory, credential).build(); File file = service.files().get("fileId").execute();
Debug
Known issues
gotchaThis library requires OAuth 2.0 credentials and proper setup of Google Cloud project.
fix
Follow Google's authentication guide to set up credentials and enable the Drive API.
affects: all
Upgrade
Version history
3-rev20260405-2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
google-api-services-drive — mvn dependency:get google-api-services-drive · libregistry