In Android APP of service Account authorization as well as a servlet in Appengine for Google service account for Drive API, Not able to get changes of List for page token it's returning an empty list. But https://developers.google.com/drive/v3/reference/changes/list same pageToken returns list.
Drive.Changes.List request1 = drive.changes().list("3420");
ChangeList changes = request1.execute();
Note: same above code returns change list if using GoogleAuthorizationCodeFlow.