I am a developer and am currently working on the Google Drive API for Android.
I can request and create a file / folder from my application using GoogleApiClient; however, I cannot delete files from my application.
After I google, I found out that the latest Google Android for Android does not support it.
So, are there other ways to delete files from an Android application?
source
share