Search Unity

API Key Expired

Discussion in 'Localization Tools' started by BeorGames, Oct 16, 2021.

  1. BeorGames

    BeorGames

    Joined:
    Jul 28, 2018
    Posts:
    65
    Hello!

    I'm just starting to implement the localization package to my project and I'm struggling with Google API credentials, I've just created a OAuth2.0 called Unity Editor, selected Desktop Application, already placed the correct Client ID and Client Secret, and already Authorized it, everything was going smooth, until I try to pull my table from the sheets, it throws two errors:

    upload_2021-10-16_20-30-56.png
    upload_2021-10-16_20-31-53.png

    I tried entering the page it says (https://developers.google.com/identity/sign-in/web/devconsole-project) but got no insights from it, as far as I can understand it seems that I did everything as it requires...
    I tried also to click on Select Sheet, but than I receive this other error:
    upload_2021-10-16_20-30-27.png


    Thanks for your time, hope you can help me :)
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,282
    Hmm. Did it ever work?
    I saw someone having this issue in the past, I think it was due to a timezone difference. I recall restarting the editor seemed to help.
     
    BeorGames likes this.
  3. BeorGames

    BeorGames

    Joined:
    Jul 28, 2018
    Posts:
    65
    Thanks! I forget that sometimes stuff is simpler than it seems... Restarting the editor worked!

    I still got this error:
    upload_2021-10-17_10-21-38.png

    But my string table is correctly filled ;)
     
    meaf75 and karl_jones like this.