1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-04 22:14:37 +02:00

6 lines
256 B
Plaintext
Raw Normal View History

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