I have an application on the Google Play Store using Google Drive Android API. Since the API itself is deprecated and all connection will be refused after December 6, 2019, what will happen to the ongoing application?
For example, I am using API stated below in my application.
addApi(Drive.API);
addScope(Drive.SCOPE_APPFOLDER);
Will the application hang or crash when I call on the API, or it will just return any error codes?