All Products
Search
Document Center

Drive and Photo Service:ListReceivedFile

Last Updated:Aug 04, 2025

Queries a list of files that are shared with a user. You can call this operation to query a list of files in a personal drive on which a user is granted permissions.

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/list_received_file HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo

The request parameters.

limitintegerNo

The maximum number of results to return. Valid values: 1 to 100. Default value: 100.

100
markerstringNo

The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of marker. By default, this parameter is empty.

eym***

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

itemsarray

The queried files.

File

The queried file.

next_markerstring

A pagination token. It can be used in the next request to retrieve a new page of results. If next_marker is empty, no next page exists.

eym***

Error codes

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