I am migrating google drive v2 to version v3.Even thought Google wrote this documentation, there are many gaps in it.
Also there is doc for same migration at stackoverflow,but this is not helping in my case.
In version v2 I was getting users installed apps like this-
AppList apps = service.apps().list().execute();
apps.getItems();
How can I get users installed apps in version v3.Suggestions would be highly appreciate.