Does anyone know, if google still plans to implement a delete functionality to their google drive android api?
To my astonishment, when implementing the last piece of some automatically scheduled 'cloud-backup' code using the 'drive android api' (using the latest Google Play service version, revision 22), I discovered that I was not able to delete files.
I found this hack here on stackoverflow, to mix in the 'Drive API Client Library for Java' for the delete part. I don't like this idea and would like to avoid this solution. Additionally someone from google posted in January 2014 that a delete/trash functionality was 'coming soon' and it's March 2015 now...
Does anyone have a update/solution on this?
EDIT 24 March 2015: The delete call is now natively supported by the Google Android Drive API. You just need to update your Play services lib to revision >= 23. Details: https://developers.google.com/drive/android/trash