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
*`path` (string): The file path being transferred. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
18
+
*`status` (string): Status of this individual transfer
19
+
*`bytes_copied` (int64): Bytes transferred so far
20
+
*`bytes_total` (int64): Total bytes of the file being transferred
21
+
*`percentage` (double): Transfer progress from 0.0 to 1.0
22
+
*`eta` (string): Estimated time remaining (human-readable)
23
+
*`started_at` (string): When this individual transfer started
// user_id - int64 - User ID. Provide a value of `0` to operate the current session's user.
99
102
// cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
0 commit comments