使用c#中的API v2从dropbox获取文件和文件夹时出错

时间:2016-10-12 12:27:13

标签: c# dropbox-api

RequestResult strReq = OAuthUtility.Post("https://api.dropboxapi.com/2/files/get_metadata", new HttpParameterCollection
                     {<br>
                         {"path",this.CurrentPath}<br>

                     },
 authorization: "Bearer JeLfJM8bGRAAAAAAAAAAHe3oxMxs5eh56YIS3d6Ni7iIPo0",
                        headers: null,
                        contentType: "application/json");

错误:

  

{“远程服务器返回错误:(400)错误请求。”}] {调用API函数“files / get_metadata”时出错:请求正文:   无法将输入解码为JSON}

0 个答案:

没有答案