DropboxFilesRawEndpoint.Download method

Version 1.0.0-beta001
.NET Framework 4.7
Namespace Skybrud.Social.Dropbox.Endpoints.Raw
Assembly Skybrud.Social.Dropbox.dll

Download(string)

Downloads a file from the user's Dropbox.

public IHttpResponse Download(string path)

Parameters

path String

The path of the file to download.

Returns

An instance of Skybrud.Essentials.Http.IHttpResponse representing the raw response.

Download(DropboxDownloadFileOptions)

Downloads a file from the user's Dropbox.

public IHttpResponse Download(DropboxDownloadFileOptions options)

Parameters

The options for the request to the Dropbox API.

Returns

An instance of Skybrud.Essentials.Http.IHttpResponse representing the raw response.