elringus / unity-google-drive

Google Drive SDK for Unity game engine
https://forum.unity.com/threads/515360
MIT License
404 stars 64 forks source link

iOS authentication is failing in latest version #18

Closed josephnarai closed 6 years ago

josephnarai commented 6 years ago

This was working fine, but coming back to retest now (after all the new features), the iOS authentication is failing now.

Failed to execute authorization procedure. Check application settings and credentials.

We tried changing to 4.6 scripting - but that breaks the entire app on iOS and downloads stop working on Android :(

Please advise how best to debug and fix this?

Joe

mrSeoD commented 4 years ago

Hi @Elringus,

Just a quick input, I think it might be something with the scripting backend setting. With the release of 2018.2 and older version of Unity, NET 2.0 is not available.

Currently, I am using 2019.4.0f1, and I am not able to change the unity version.

Would there be another way to troubleshoot the problem?

mrSeoD commented 4 years ago

@Elringus I think you've already got rid of the dependency on the NET 2.0 on the 0.26 version.

Quick question, how am I supposed to whitelist the loopback url of http://127.0.0.1 ?