All Products
Search
Document Center

Drive and Photo Service:DeltaGetLastCursor

Last Updated:May 27, 2026

Retrieves the latest cursor for delta operations.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST /v2/file/get_last_cursor HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

domain_id

string

Yes

body

object

No

The request body.

drive_id

string

Yes

The drive ID.

1

sync_root_id

string

No

The ID of the root directory for the sync folder.

622fb09598ae66777c7040109a16f49381f6abe1

Response elements

Element

Type

Description

Example

object

The response body.

cursor

string

The latest cursor for delta operations in the specified drive or sync folder.

NWQ1Yjk4YmI1ZDRlYmU1Y2E0YWE0NmJhYWJmODBhNDQ2NzhlMTRhMg

Examples

Success response

JSON format

{
  "cursor": "NWQ1Yjk4YmI1ZDRlYmU1Y2E0YWE0NmJhYWJmODBhNDQ2NzhlMTRhMg"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.