You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to solve this on my End by writing a script to edit the GoogleDrive asset file during the build process, but I have a project that runs on iOS and Android. I just started to work with iOS and it's integration was fine, but then Android started to complain about invalid URI's.
From what I can tell, the way it's setup is really just to support one OS as a time, since it was trying to use the iOS settings for Android. Switching the client_id, clientid and reverseclient... to Android values made it functional on my side.
It would be nice to have individual settings for Android/iOS to store the Client ID's since they could be different.
The text was updated successfully, but these errors were encountered:
I was able to solve this on my End by writing a script to edit the GoogleDrive asset file during the build process, but I have a project that runs on iOS and Android. I just started to work with iOS and it's integration was fine, but then Android started to complain about invalid URI's.
From what I can tell, the way it's setup is really just to support one OS as a time, since it was trying to use the iOS settings for Android. Switching the client_id, clientid and reverseclient... to Android values made it functional on my side.
It would be nice to have individual settings for Android/iOS to store the Client ID's since they could be different.
The text was updated successfully, but these errors were encountered: