Registry / cloud / google-api-services-storage

google-api-services-storage

JSON →
library1-rev20260408-2.0.0javamavenunverified

Google API Client for Cloud Storage enables programmatic access to Google Cloud Storage buckets and objects.

<dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-storage</artifactId> <version>1-rev20260408-2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-API-SERVICE
G
google-api-services-storage
cloudjavav1-rev20260408-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.

Storage
com.google.api.services.storage.Storage

List Google Cloud Storage buckets using the API client.

import com.google.api.services.storage.Storage; import com.google.api.services.storage.StorageScopes; public class Example { public void listBuckets() throws Exception { Storage storage = new Storage.Builder( GoogleNetHttpTransport.newTrustedTransport(), JacksonFactory.getDefaultInstance(), null) .setApplicationName("example") .build(); storage.buckets().list("project-id").execute(); } }
Debug
Known issues
gotchaThis client requires OAuth2 credentials; ensure proper authentication setup.
fix
Use GoogleCredentials or service account key file for authentication.
affects: *
Upgrade
Version history
1-rev20260408-2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
google-api-services-storage — mvn dependency:get google-api-services-storage · libregistry