I have implemented Drive Picker for my web app to link the user’s drive files.
But I have problem in pushing this feature to production because in OAuth2 Client I have to pass redirect_uri, but my clients/users have different domains, I cannot keep manually adding them in redirect_uri list.
Is there a way to overcome this blocker or any workarounds to accept dynamic domains?
Drive Picker Client side design has too many limitations.
