Similar to other developers, I got an email from Google regarding my Android app, saying "Please migrate off JSON-RPC and Global HTTP Batch Endpoints", and it lists the offending API as:
Google Drive API version drive@2 and "Global HTTP Batch Endpoint"
It says that I should somehow "migrate off" it, but is not clear how. I updated the dependency from:
google-api-services-drive:v2-rev305-1.23.0
to
google-api-services-drive:v2-rev332-1.25.0
But is this enough? Or must I upgrade to drive:v3, which is lacking some functionality from v2 and would be very difficult to use in my case? Or perform some other magic???