You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Classes/FileTransfer_Dropbox.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,8 +296,6 @@ Allows to show a progress bar during long running operations or to get informed
296
296
297
297
The callback method is called whenever a new progress message is available from dbxcli and get's 3 parameter passed. The given ID, the progress text and the completeness ratio from 0-100%.
|terminated|boolean|true if command finished execution|
353
387
|responseError|Text|error message if command failed|
354
388
|response|Text|message if command succeeded|
355
-
|exitCode|Text|exit code returned by dbxcli|
389
+
|exitCode|Text|exit code returned by gdrive|
356
390
|errors|collection|optional: execution errors received by 4D|
357
391
358
392
## wait
@@ -380,9 +414,7 @@ The command returns after given wait time or before if execution is finished.
380
414
#### Description
381
415
Allows to show a progress bar during long running operations or to get informed when command execution is complete.
382
416
383
-
The callback method is called whenever a new progress message is available from dbxcli and get's 3 parameter passed. The given ID, the progress text and the completeness ratio from 0-100%.
384
-
385
-
Note: only useable on Windows.
417
+
The callback method is called whenever a new progress message is available from gdrive and get's 3 parameter passed. The given ID, the progress text and the completeness ratio from 0-100%.
Copy file name to clipboardExpand all lines: Documentation/Classes/FileTransfer_curl.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -464,8 +464,6 @@ Allows to show a progress bar during long running operations or to get informed
464
464
465
465
The callback method is called whenever a new progress message is available from cURL and get's 3 parameter passed. The given ID, the progress text and the completeness ratio from 0-100%.
0 commit comments