mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-09 13:47:03 +02:00
9 lines
343 B
Plaintext
9 lines
343 B
Plaintext
Path = "/New/pic.png";
|
|
Token = "sl.B-q5XQaxJtwx0uMZIwtpBtvwgWmplxOVWNQyY1gbKG31NYy3fDHqe4IuADj33al8uD1l3FYARn...";
|
|
Image = "https://api.athenaeum.digital/test_data/picture.jpg";
|
|
|
|
ImagePath = GetTempFileName("png");
|
|
CopyFile(Image, ImagePath);
|
|
|
|
Result = OPI_Dropbox.UploadFile(Token, ImagePath, Path, True);
|