All Products
Search
Document Center

Drive and Photo Service:DeltaGetLastCursor

Last Updated:Mar 21, 2025

Queries the cursor of incremental information.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /v2/file/get_last_cursor HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo

The request parameters.

drive_idstringYes

The drive ID.

1
sync_root_idstringNo

The ID of the root file of the synced folder.

622fb09598ae66777c7040109a16f49381f6abe1

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

cursorstring

The latest cursor of incremental information in the specified drive or synced folder.

NWQ1Yjk4YmI1ZDRlYmU1Y2E0YWE0NmJhYWJmODBhNDQ2NzhlMTRhMg

Examples

Sample success responses

JSONformat

{
  "cursor": "NWQ1Yjk4YmI1ZDRlYmU1Y2E0YWE0NmJhYWJmODBhNDQ2NzhlMTRhMg"
}

Error codes

For a list of error codes, visit the Service error codes.