1
  • Will the same call always return the results in the same order?

  • If I have the pageToken X, how long is it valid? Will I be able to navigate in all the files, like they were (ex: without added files) at the time I got this token?

4

1 回答 1

1

Results are ordered by modifiedDate by default, the call will not return the results in the same order.

I would not rely on pageToken more than a few minutes. You should be able to navigate from the previous state.

于 2013-04-15T15:36:58.347 回答