list
GET /api/v1/tables/:tableReference/uploads
Parameter | |
tableReference |
Parameter | |
maxResults | Default 100. Must be less than 1000. |
pageToken | For paginating through results, provide the value returned from the previous upload.list call |
Edit access to the table's dataset is required. Your access token must have one of the following scopes:
- data.edit
The request body must be empty.
{
"kind": "tableList",
"nextPageToken": integer,
"results": [
object(upload.list)
]
}
Last modified 1yr ago