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
Hello,
On a device, when trying to access Drive API for the first time, Google sign-in screen is shown.
On Android, if I close this screen, I have an exception:
Ambiguous overloads found for onAuthorizationResponse with given parameters
UnityEngine.AndroidJavaProxy.Invoke (System.String methodName, System.Object[] args) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.AndroidJavaProxy.Invoke (System.String methodName, System.IntPtr javaArgs) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine._AndroidJNIHelper.InvokeJavaProxyMethod (UnityEngine.AndroidJavaProxy proxy, System.IntPtr jmethodName, System.IntPtr jargs) [0x00000] in <00000000000000000000000000000000>:0
Error Unity Rethrow as TargetInvocationException: UnityGoogleDrive.AndroidAccessTokenProvider+OnAuthorizationResponseListener.onAuthorizationResponse(System.Boolean,null,System.String,System.String,System.String)
Error Unity at UnityEngine.AndroidJavaProxy.Invoke (System.String methodName, System.Object[] args) [0x00000] in <00000000000000000000000000000000>:0
Error Unity at UnityEngine.AndroidJavaProxy.Invoke (System.String methodName, System.IntPtr javaArgs) [0x00000] in <00000000000
Maybe somebody has some insights about this?
Thank you
The text was updated successfully, but these errors were encountered:
I've purged all the java stuff from my machine long time ago; if anyone is able to edit the interface and validate it's working on android, please send a PR. I've merged the sources for android auth lib to this repo for convenience: https://github.com/elringus/unity-google-drive/tree/main/Android
Hello,
On a device, when trying to access Drive API for the first time, Google sign-in screen is shown.
On Android, if I close this screen, I have an exception:
Maybe somebody has some insights about this?
Thank you
The text was updated successfully, but these errors were encountered: