我在我的一个 android 项目中使用 Temboo 进行 Dropbox 集成。
虽然网站中的 Choreos 运行良好且身份验证良好,并且我在 Android Studio 中的应用程序编译没有错误等,但当我尝试使用标准示例上传文件时,我遇到了持续的授权问题。
我已根据需要设置凭据等。
08-31 21:06:28.348 31226-31328/in.ddas.pretense E/class in.ddas.pretense.DropboxTask: {"output":{"Response":""},"execution":{"lasterror":"A Step Error has occurred: \"A HTTP Error has occurred: The remote server responded with a status code of 401. Typically this indicates that an authorization error occurred while attempting to access the remote resource. The data returned from the remote server was: {\"error\": \"Unauthorized\"}. The error occurred in the HTTPSend (Dropbox - Upload File) step.\". The error occurred in the Stop (Raise error) step.","errortime":"1472670388137","endtime":"1472670388140","id":"56860062","starttime":"1472670387467","status":"ERROR"},"truncatedItems":[]}
这是我不断收到的错误。我错在哪里了?
谢谢。