1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
OpenIntegrations/docs/en/examples/Dropbox/GetObjectVersionList.txt

5 lines
148 B
Plaintext
Raw Normal View History

 Token = FunctionParameters["Dropbox_Token"];
Path = "/New/pic.png";
Result = OPI_Dropbox.GetObjectVersionList(Token, Path, 1);