Using Dropbox Java API for uploading files to dropbox

ぐ巨炮叔叔 提交于 2019-11-29 00:45:11

You should use http-client 4.0.3 jar

Your class should NOT be in package com.dropbox.client. Try moving it to a different (i.e. com.yourname.client). It looks like you might be creating a name clash and inadvertently overriding something in the Dropbox client API.

You have specified api.getdropbox.com:80 as the host name. Try using api.getdropbox.com instead.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!