I want to list all the document from google domain.I have tried the as per mention in google documentation : https://developers.google.com/drive/v2/reference/files/list#exam
To get all files in your Google Apps domain you would need to:
The combined results of all these calls would be all files in your Google Apps domain.
You can't :) because Google Drive file ownership logic is user-centric.
You can only list files that are in the "My Drive" of the user used to call APIs.