You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -26,7 +26,7 @@ sidebar_position: 5
|
||||
```bsl title="Code example"
|
||||
Path = "/New/url_doc.docx";
|
||||
Token = "sl.B9sYGdZdLILSnqlGZCwLFCstq1B1GsgevbBkwi4UK_UlNyhGAoJ1fKoXMy3dQhkEb3e80HTL6g...";
|
||||
URL = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx";
|
||||
URL = "https://openyellow.neocities.org/test_data/document.docx";
|
||||
|
||||
Result = OPI_Dropbox.UploadFileByURL(Token, URL, Path);
|
||||
```
|
||||
|
||||
@@ -27,7 +27,7 @@ sidebar_position: 4
|
||||
```bsl title="Code example"
|
||||
Path = "/New/pic.png";
|
||||
Token = "sl.B9sYGdZdLILSnqlGZCwLFCstq1B1GsgevbBkwi4UK_UlNyhGAoJ1fKoXMy3dQhkEb3e80HTL6g...";
|
||||
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
||||
Image = "https://openyellow.neocities.org/test_data/picture.jpg";
|
||||
|
||||
ImagePath = GetTempFileName("png");
|
||||
CopyFile(Image, ImagePath);
|
||||
|
||||
@@ -38,5 +38,7 @@ sidebar_position: 5
|
||||
```
|
||||
|
||||
```json title="Result"
|
||||
|
||||
{
|
||||
".tag": "complete"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user