1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-29 23:17:45 +02:00
Vitaly the Alpaca (bot) 1221adbf7f Main build (Jenkins)
2024-10-14 10:18:00 +03:00

1.1 KiB

sidebar_position
sidebar_position
5

Upload file by URL

Uploads a file to the cloud drive by fetching it from the specified URL

Function UploadFileByURL(Val Token, Val FileURL, Val Path) Export

Parameter CLI option Type Description
Token --token String Token
FileURL --url String URL source of the file
Path --path String Save path on Dropbox

Returns: Map Of KeyAndValue - serialized JSON response from Dropbox


    Path  = "/New/url_doc.docx";
    Token = "sl.B-uquz3utwEHepKzyqLBfnFvmY1EWTYDus5LDjT5ux5srp9PJRtr7CvMv20nVl2rRGC3K4J_X5...";
    URL   = "https://api.athenaeum.digital/test_data/document.docx";

    Result = OPI_Dropbox.UploadFileByURL(Token, URL, Path);
    
  oint dropbox UploadFileByURL --token "sl.B6AQWp9MlZlz4iaf41whVKxX9-MXeCiQhPRe4YIRxFmZ3zHsdjmOAatzgaWVhqmlIOvDD6WIUQ..." --url %url% --path %path%

{
 ".tag": "async_job_id",
 "async_job_id": "GB72x7EzrHQAAAAAAAAAAQ"
}