I need to delete files from Google Drive using com.google.android.gms.drive. From what I\'ve read here and across the web there is no support for file deletion in t
com.google.android.gms.drive
Delete is supported by the Google Drive Android API as of Google Play services 7.5 using the DriveResource.delete() method.
Delete is permanent, and recommended only for App Folder content, where trash is not available.