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: docs/trashedItems.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ attributes that are not returned by default.
14
14
This endpoint defaults to use offset-based pagination, yet also supports
15
15
marker-based pagination using the `marker` parameter.
16
16
17
+
The number of entries returned may be less than `total_count`. For example, if a user deletes items from a shared folder and is later removed as a collaborator, those deleted items will no longer appear in this endpoint’s results, even though they are still included in `total_count`.
18
+
17
19
This operation is performed by calling function `getTrashedItems`.
Copy file name to clipboardExpand all lines: src/managers/trashedItems.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,8 @@ export class TrashedItemsManager {
126
126
*
127
127
* This endpoint defaults to use offset-based pagination, yet also supports
128
128
* marker-based pagination using the `marker` parameter.
129
+
*
130
+
* The number of entries returned may be less than `total_count`. For example, if a user deletes items from a shared folder and is later removed as a collaborator, those deleted items will no longer appear in this endpoint’s results, even though they are still included in `total_count`.
129
131
* @param {GetTrashedItemsQueryParams} queryParams Query parameters of getTrashedItems method
130
132
* @param {GetTrashedItemsHeadersInput} headersInput Headers of getTrashedItems method
131
133
* @param {CancellationToken} cancellationToken Token used for request cancellation.
0 commit comments