mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-21 21:27:27 +02:00
9 lines
342 B
Plaintext
9 lines
342 B
Plaintext
Path = "/New/pic.png";
|
|
Token = "sl.B7RRdlnDML6hoVUHl6bk7CQxx0SFu8rLlSxh2VTkVQIh_m6CJKk_MYsdfWowBOji0Gn-hg1kNb...";
|
|
Image = "https://openintegrations.dev/test_data/picture.jpg";
|
|
|
|
ImagePath = GetTempFileName("png");
|
|
CopyFile(Image, ImagePath);
|
|
|
|
Result = OPI_Dropbox.UploadFile(Token, ImagePath, Path, True);
|