Search code examples
androidgoogle-drive-android-api

Android Drive API resourceID


I have saved the resourceId of all my files. Is there a way to get the driveId from this resourceId? I've tried this but nothing relevant:

HTTP request GET https://www.googleapis.com/drive/v3/files/fileId


Solution

  • There is no method that supports this in Drive API. Check the supported operations in Android Drive API.