1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-25 12:24:39 +02:00
OpenIntegrations/docs/en/examples/Dropbox/CancelFilePublication.txt

5 lines
168 B
Plaintext
Raw Normal View History

2024-09-17 15:57:44 +03:00
 Token = FunctionParameters["Dropbox_Token"];
File = FunctionParameters["Dropbox_FileID"];
Result = OPI_Dropbox.CancelFilePublication(Token, File);