I understand we have Drive API quotas when we use web apps
is there any quota if we use Android Google Play Services Drive API?
How do i increase this?
Background:
My app uses google drive to sync app data between devices, so as soon as user initialize a device he will setup another device, for sync to happen immediately I use requestSync.
Drive.DriveApi.requestSync(gClient).await(TIMEOUT, TimeUnit.SECONDS);
Frequently i get sync issues due to requestSync failure with error
Sync request rate limit exceeded