1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/examples/Dropbox/RefreshToken.txt

6 lines
251 B
Plaintext
Raw Normal View History

2025-10-20 19:41:52 +03:00
 AppKey = FunctionParameters["Dropbox_Appkey"];
AppSecret = FunctionParameters["Dropbox_Appsecret"];
RefreshToken = FunctionParameters["Dropbox_Refresh"];
2025-09-12 16:37:40 +03:00
Result = OPI_Dropbox.RefreshToken(AppKey, AppSecret, RefreshToken);