gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-11-30 18:20:11 34 4
gpt4 key购买 nike

我想在 C# 中使用核心 API 在 ASP.NET 图像控件中显示 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 图像文件。

最佳答案

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

dropbox.com/1/metadata/

应该使用以下链接:

dropboxapi.com/1/media/

关于c# - 如何在 C# 中使用 Core API 在 ASP.NET 网页中显示 Dropbox 图像文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37679398/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com