有没有办法使用
Spring Social库将大文件(> 150MB)发布到Dropbox服务?
我总是遇到连接错误:
WebException: The underlying connection was closed: The connection was closed unexpectedly) if I try to upload a large file.
这是一个Windows窗体应用程序.
最佳答案 不,Spring Social使用
DropBox REST API.
对于使用REST API的所有客户端,上载文件的限制为150MB.如果您想上传较大的文件,则必须通过Dropbox桌面应用程序进行上传.
您可以在Dropbox REST API SDK中找到它:
> Uploading files (PUT)(注释下)
据我所知,Spring社交实现确实基于REST.