This video shows the steps to setup OAuth 2.0 authentication for Google(GCP) account to work with Gemini APIs on Desktop applications. It uses reference from the below page:https://ai.google.dev/gemini-api/docs/oauth?authuser=2 I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Test…
Tag: oauth
How to get client ID and client secrets (private key) for Google account?
The video shares the process of obtaining client ID and client secrets (private key) for a Google account. For further inquiries or feedback, reach out at https://programmerworld.co/contact/ or email programmerworld1990@gmail.com. Screenshots of the steps are also included.
How to implement Google SignIn OAuth2 authentication (client ID) in your App? – Android Studio Java | API34 | Android 14
The content presents a tutorial video on how to implement OAuth2 authentication in Android apps. It primarily focuses on creating a new project in Google Cloud Platform, setting up OAuth 2.0 credentials, and utilizing the generated client IDs in the code. The tutorial emphasizes that both web client and Android application type credentials should be established, but only the web application type client ID should be used for authentication purposes. Complete source code for the app is provided. The video can be accessed via a link, and further queries are to be directed to the presented contact details.
How to upload a file in OpenAI(ChatGPT) for Fine Tuning?
Steps to upload the file is provided in the below URL: https://platform.openai.com/docs/api-reference/files/create The sample curl command provided in this page is: One will have to update this curl command with one’s details. Below is my example: Then run it in Windows command prompt as below: =========== To get the files…