Android Google DriveApi returning different DriveID for same title on different devices
So first of all I know that the DriveID for each file/folder is device specific, BUT the resourceId is constant and that's really what I'm using to test if the items are the same (besides the title of course). Problem I am trying to sync folders in my AppFolder across devices, however, I'm getting different files/folders on each device despite querying via the title before doing anything. So some code: How I set up the api client mGoogleApiClient = new GoogleApiClient.Builder(context.getApplicationContext()) .addApi(Drive.API) .addApi(Plus.API)//used for logout process .addScope(Drive.SCOPE