BackgroundDownloader with oAuth

本文关键字:oAuth with BackgroundDownloader | 更新日期: 2023-09-27 18:18:33

我试图用oAuth从服务器下载大文件。如果使用backgrounddownloader,它将被禁止(403)。通过backgrounddownloader进行认证是真的吗?或者可能存在另一个进度下载器。

BackgroundDownloader with oAuth

如果你想使用BackgroundDownloader执行一个带有身份验证的请求,你可以在BackgroundDownloader实例上使用SetRequestHeader添加Auth头,如下所示:

downloader.SetRequestHeader("Authorization", "your-auth-header");