We are currently in the process of transitioning scopes for out app from the restricted 'auth/drive' scope to 'auth/drive.file' scope, however, it does not seem like the Google Drive Picker is prepared to render on a mobile device. The UI renders for desktop making it basically unusable in our native app. Is there a way to render it in a way that is responsive using a web view in an iOS app?
Google is asking us to migrate to a less sensitive scope and to use the picker but it seems there is no way to properly pick files and folders inside of a native mobile app. Currently we are using the drive scope and we have created a native picker ourselves. Is there a picker for mobile apps?
Any help is appreciated. Thanks!