1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-11 11:41:56 +02:00
2024-08-13 14:04:54 +00:00

6 lines
232 B
Plaintext

AppKey = FunctionParameters["Dropbox_Appkey"];
AppSecret = FunctionParameters["Dropbox_Appsecret"];
Code = FunctionParameters["Dropbox_Code"];
Result = OPI_Dropbox.GetToken(AppKey, AppSecret, Code);