如何在C#中使用Core API在ASP.NET网页中显示Dropbox图像文件

时间:2016-06-07 12:27:42

标签: c# asp.net dropbox dropbox-api

我想在C#中使用Core API在ASP.NET图像控件中显示Dropbox图像文件。我使用以下代码填充了Dropbox图像文件:

RequestResult strReq = OAuthUtility.Get
(
    "https://api.dropbox.com/1/metadata/auto/",
    new HttpParameterCollection
    {
        { "path", "FilePath" },
        { "access_token", "AccessToken" }
    }
);

假设.aspx页面上有图像控件

<asp:Image id="Image1" runat="server"> 

我希望在此控件上显示Dropbox图像文件。

1 个答案:

答案 0 :(得分:0)

初始链接不正确,而不是:

dropbox.com/1/metadata/

应该使用以下链接:

dropboxapi.com/1/media/