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!
drive.file scope will only allow you to access files that your application created. Anything that is on the users drive that was created by another application you will not be able to access.
My understanding from overview is that drive picker is for web applications it does not support mobile apps
it seems there may have been something eight years ago but its out of date iOS-Swift-Google-Drive-Document-Picker