I'm not even sure the resource supports pagination, but in any case it seems to be OK with 200 versions. I would not recommend relying on $expand for such operations however, as the operator has some known limitations for other resources. I'd use /versions instead.
How many versions does a Drive Item need until it gets paginated via Graph API?
eggy mcegg
100
Reputation points
If I am getting a DriveItem and expanding its versions i.e.
/drives/{id}/items/{id}?$expand=versions
How many versions will there be until pagination kicks in (in the inner versions array)? I can't find the number anywhere in the documentation. I am doing some manual tests but it's taking forever editing a file every 5 minutes.