1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00
2024-08-13 14:35:37 +03:00

6 lines
251 B
Plaintext

AppKey = FunctionParameters["Dropbox_Appkey"];
AppSecret = FunctionParameters["Dropbox_Appsecret"];
RefreshToken = FunctionParameters["Dropbox_Refresh"];
Result = OPI_Dropbox.RefreshToken(AppKey, AppSecret, RefreshToken);