mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-23 02:06:12 +02:00
5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
|
Token = FunctionParameters["Dropbox_Token"];
|
||
|
Path = "/New/pic.png";
|
||
|
|
||
|
Result = OPI_Dropbox.DownloadFile(Token, Path);
|