How to delete Google Drive file in Android application

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?

0
source share
1 answer

The answer here is SO 22295903 , just combine with the old API . Or wait, DELETE has already promised .

SO 22295903 RESTful API. , , , DriveId.getResourceId() trash delete. , .

+1

Source: https://habr.com/ru/post/1531798/


All Articles