-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
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.
yoiang