Which is the best way to upload a file generated by my Google App Engine app to Google Storage? My GAE app is in java.
I tried to use JetS3t but it didn't work on GAE because it use threads.
Which is the best way to upload a file generated by my Google App Engine app to Google Storage? My GAE app is in java.
I tried to use JetS3t but it didn't work on GAE because it use threads.
Google API Java 客户端是从Java 客户端访问 Google API 的推荐方式。大多数 API 都有示例,但遗憾的是存储还没有(提到的问题已解决)。