1
我有一個web應用程序&一個連接到Bigquery的java應用程序。我試圖使用StorageSample示例添加對雲存儲的支持。將Google雲存儲支持添加到現有Web應用程序時發生版本衝突
但是這段代碼運行時:
Storage storage = new Storage.Builder(HTTP_TRANSPORT, JSON_FACTORY, credential).setApplicationName(
BigqueryUtils.PROJECT_ID).build();
我得到以下錯誤:
You are currently running with version 1.17.0-rc of google-api-client. You need version 1.14.1-beta of google-api-client to run version 1.14.1-beta of the Cloud Storage API library.