-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Describe the issue
I'm using Java 1.8 along with Maven 3, I have added this dependency:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev20181109-1.28.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>
But when I try to perform :
Storage client = StorageFactory.getService();
The getService
doesnt exist as an option from StorageFactory
Metadata
Metadata
Assignees
Labels
type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.