简体   繁体   English

云服务从Java应用上传文件

[英]Cloud service to upload files from java app

I want a filesystem in the cloud to upload and download files with a java library. 我希望云中的文件系统可以使用Java库上载和下载文件。 I know Google Cloud Service has the service but i need one that have free storage until 2 ou 3 Gb. 我知道Google Cloud Service可以提供这项服务,但我需要其中一项可以免费使用直到2 ou 3 Gb的服务。

Tks TKS

For Google-specific solutions, Google Drive supports 15GB of free storage and supports Java (see their Java Example Drive App or Android Demos ). 对于特定于Google的解决方案, Google云端硬盘支持15GB的免费存储空间并支持Java(请参见其Java示例驱动器应用Android演示 )。 Also, Google Cloud Storage supports a free trial, but otherwise charges per the price sheet , and also offers Java support through the Cloud Storage API Client Library for Java or third party toolkits, such as JetS3t . 此外, Google Cloud Storage支持免费试用,但按照价目表收费,并且还通过Java的Cloud Storage API客户端库或第三方工具包(如JetS3t)提供Java支持。

There are also many non-Google cloud storage products, many of which have a free tier. 还有许多非Google云存储产品,其中许多具有免费套餐。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 通过Google App Engine(Java)将文件上传到Google云端存储 - Upload file to Google cloud storage from Google App Engine (Java) 通过应用程序将文件托管在云上 - Host files on cloud from an app 无法使用GCS客户端库+ java将文件从GAE项目上传到Google云存储 - Not able to upload files from GAE project to Google cloud Storage using GCS Client library+java 通过Google App Engine(JAVA)将文件(图像或视频)从JSP上传到Google云存储 - Upload File (image or video) from JSP to google cloud storage via Google app engine(JAVA) Google App Engine和Java:将文件上传到Blobstore - Google App Engine & Java : upload files into the blobstore 将文件上传到云帐户 - upload files to a cloud account 使用Core Service流上传(从Java)将文件上载到SDL Tridion 2011 - Uploading files to SDL Tridion 2011 using Core Service stream upload (from Java) ApplicationError:使用App Engine中的Java远程API将文件发送到Google Cloud Storage时出现10 - ApplicationError: 10 on sending files to Google Cloud Storage using the Java remote API from App Engine Microsoft SharePoint从Java上传文件 - Microsoft SharePoint Upload files from Java 将文件从 Java 客户端上传到 HTTP 服务器 - Upload files from Java client to a HTTP server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM