2024-09-17 15:57:44 +03:00
|
|
|
AppKey = FunctionParameters["Dropbox_Appkey"];
|
|
|
|
AppSecret = FunctionParameters["Dropbox_Appsecret"];
|
|
|
|
Code = FunctionParameters["Dropbox_Code"];
|
2024-08-13 14:04:54 +00:00
|
|
|
|
|
|
|
Result = OPI_Dropbox.GetToken(AppKey, AppSecret, Code);
|