Pretty clear name. I am using Google Drive Client Api for Java. I currently have the following:
File f = mService.files.get(fileId).execute();
However, I cannot find the property in File, used to check if the file was damaged or not. File.getExplicitlyTrashed()gives me a null value for both truncated and non-truncated files.
source
share