0
import com.google.api.services.storage.Storage;
import com.google.api.services.storage.StorageScopes;
追加するJARとはどこですか?インポートcom.google.api.services.storageを解決できません
import com.google.api.services.storage.Storage;
import com.google.api.services.storage.StorageScopes;
追加するJARとはどこですか?インポートcom.google.api.services.storageを解決できません
Java向けGoogle APIクライアントライブラリのGCSコンポーネントを使用しようとしているようです。あなたはMavenを使用している場合、それはです:
<project>
<dependencies>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev82-1.22.0</version>
</dependency>
</dependencies>
</project>
JAR自体つもりhttps://developers.google.com/resources/api-libraries/download/storage/v1/java
でこれらのリンクだけでなく、Gradleのスニペットやドキュメントもさ、である:https://developers.google.com/api-client-library/java/apis/storage/v1