
hi so as per the title~ i'm trying to implement google oauth stuff in a website builder - webstudio ( its similar to webflow ) im not that knowledgeable with coding stuff. but i know a little but i hope i can somehow figure this out!
my main use case will be - i am trying pull data from youtube livestreaming api. so this needs oauth access! so i needed to figure out how i can generate refresh tokens etc. so i can input the oauthtoken in the api header in my site on webstudio! i did try google playgrounds but i had to keep updating the token manually.. so i thought of using appwrite to achieve this!
so far i did follow the guide from this - https://www.youtube.com/watch?v=tgO_ADSvY1I
so i did the part i needed to do from google cloud and also on appwrite auth settings part is also done!
i did read through the following docs https://appwrite.io/docs/products/auth/oauth2 https://github.com/appwrite/sdk-for-web / https://appwrite.io/docs/quick-starts/web
im having alot of doubts on how to do this. also webstudio does have a few limitations on stuff. but im sure ill be able to get through this! so provide me guidance regarding this! thank you >//<

here's wut i've done so far! since webstudio will be the frontend. i believe i needed to do the initial web app stuff using a html embed right?
Recommended threads
- This morning the project was deleted.
Hello, We had a project transfer a month ago and my customer told me that the project was deleted today. How can I get help for this. Yours sincerely,
- Unable to read session cookie
Hi, when I am hitting Appwrite **/account** API. I am getting the user account details as expected in the response. However, with that API, Appwrite also adds a...
- Database error
My code: await databases.createDocument( process.env.APPWRITE_DATABASE, process.env.APPWRITE_COLLECTION_USER, data.userId, ...
