ODBC Driver for Microsoft OneDrive

Build 23.0.8839

DownloadFile

Download an existing file from your drive.

Input

Name Type Required Description
ResourcePath String False The location of the resource.
ResourceId String False The Id of the resource to be downloaded.
DriveId String False The Id of the drive the resource is located in if this is different from the currrent user drive.
LocalFile String False The local file path including the file name for the location where the file will be saved on disk. Leave empty to keep the file in memory.
Encoding String False If the LocalFile input is left empty, the data will be output to FileData in the specified encoding.

使用できる値は次のとおりです。NONE, BASE64

デフォルト値はBASE64です。

Overwrite String False What to do when downloaded file exists. Set true to overwrite.
Version String False Mention the version of the file except for the latest.
UserId String False The Id of the user who created the file. Mention only if version is given

Result Set Columns

Name Type Description
FileData String If the LocalFile input is empty, file data will be output in the format specified by the Encoding input.
Success String File download results.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839