在Box.com API文档中写道,如果您要创建一个文件夹,那么您将获得一些响应。
所以我已经完成了回复,并想知道“sequence_id”在这段代码中意味着什么。
"parent": {
"type": "folder",
"id": "0",
"sequence_id": null,
"etag": null,
"name": "All Files"
},
此致
答案 0 :(得分:2)
id = 0的文件夹是用户“root”文件夹。因此,它不是具有etag或sequence_id的真实文件夹。每个其他级别的每个其他文件夹都将具有非零ID,并且将具有sequence_id和非null etag。