asus4 / google-gemini-unity

MIT License
3 stars 0 forks source link

Google API Guide/Help #2

Open potesd opened 2 weeks ago

potesd commented 2 weeks ago

Is there a recommended Google API Guide or tutorial to understand how to actually activate this API for use in unity?

I got the project up and running but it constantly gives me "Exception: HTTP/1.1 403 Forbidden GoogleApis.GenerativeLanguage.GenerativeAIClient.ListModelsAsync (System.Threading.CancellationToken cancellationToken) (at ./Packages/GoogleApis/Runtime/GenerativeLanguage/GenerativeAIClient.cs:41)".

This error seems to be related to admin access and I'm not sure what to do for next steps! Love the documentation and excited to explore the functionality for immersive use-cases, but as of now can't connect to the Gemini API.

asus4 commented 2 weeks ago

Hi @potesd, This library is actively under development. We will start documentation once we implemented the core functionally. Until then, please follow the official document and test with the simple cURL command.