标签: java json google-cloud-storage
我正在尝试使用java程序和Google的Cloud Storage API将文件存储到Google NearLine中。但我很难找到如何做到这一点。 我想我必须将File对象转换为StorageObject,但不知道该怎么做。
这是一个指向StorageObject文档的链接。 http://plnkr.co/edit/K9znnnFiVnKAgGccSlrQ?p=preview
感谢。
注意:我一直在使用此链接作为指南: https://developers.google.com/resources/api-libraries/documentation/storage/v1beta2/java/latest/com/google/api/services/storage/model/StorageObject.html#set(java.lang.String,%20java.lang.Object)
但是,这只会告诉您如何访问存储桶,而不是将文件上传到存储桶。
答案 0 :(得分:0)
要上传文件,请使用Storage.Objects.Insert:https://developers.google.com/resources/api-libraries/documentation/storage/v1beta2/java/latest/com/google/api/services/storage/Storage.Objects.Insert.html