1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-23 21:29:38 +02:00
OpenIntegrations/docs/en/examples/Dropbox/UploadFileByURL.txt
2024-09-25 16:46:44 +03:00

6 lines
305 B
Plaintext

Path = "/New/url_doc.docx";
Token = "sl.B9UkyV2zUTP1LLTzgy6XcG5j_RdnQh84LmpC70BXg5rw9eXyYb0F7XGDXMiLrjc69YlZIFZqEi...";
URL = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx";
Result = OPI_Dropbox.UploadFileByURL(Token, URL, Path);