Skip to content Skip to sidebar Skip to footer

Setting Permission On Drive File Using Android Apis (com.google.android.gms.drive.driveapi)

I am creating an App using Drive Android APIs (com.google.android.gms.drive.DriveApi) to upload/download/share files on Google Drive. Here's the URL to sample code I am following:

Solution 1:

This feature is not currently available in the Android-specific API. You can instead use the REST API for this portion of your app, authorized as described in the Java API Client.

If you have a DriveId for the file, you can get the resourceId from it which you can use to make the requests in the Java REST API.

Post a Comment for "Setting Permission On Drive File Using Android Apis (com.google.android.gms.drive.driveapi)"