This is such a great tutorial. It's criminal that it isn't more popular. Hats off to you and I hope you continue making more helpful content like this because it sure saved me a ton of time!
@@lets-build-together Looking forward to them. One question, how can you handle SSL in this project? I encountered SSL issue by following this video. Do I miss any steps?
This is a great video! I have been struggling with a question and so far this video is the closest I have come to getting an answer. I have been trying to make a photo gallery website using my own photos that I have stored on Google Photos. Do I need to go through this process in order to access my own photos so I can fetch them and use them on my site?
Hey yes, go through the same process. Once you have the refresh token, save it somewhere in the app (Or database[Which I will explain in the next tutorial]) (ruclips.net/video/LD1geVz4B3o/видео.html), Then on load of the application call mediaItems and show all the URLs in your application. Also watch next 2 tutorials for little more understanding how I used this API with telegram bot, so you can use similar approach Please let me know if you are facing any issue
Hey it's a good content 😊 Have you know how to authenticate without oauth2 consent screen for Google Calendar api. Get access token and refresh token to create event in calendar and add attendance emails also
Hey hi, thank you! I am not sure if you can get access to other accounts without consent screen. But if you want to simply access your information, you can try this service account stackoverflow.com/questions/236
This is such a great tutorial. It's criminal that it isn't more popular. Hats off to you and I hope you continue making more helpful content like this because it sure saved me a ton of time!
Please make more videos. I am learning from you ^^
Thank you ❤
New projects on the way 🚀
@@lets-build-together Looking forward to them. One question, how can you handle SSL in this project? I encountered SSL issue by following this video. Do I miss any steps?
@@anchiteng5769 Can you elaborate bit more of the issue, where it came and what is the error exactly
@@lets-build-together I am facing an error while trying to access a url
res.send(await handler ( req,"GET"))
It's saying handlers are not defined
Is there anyway to get the source code which you have build here
I am facing an error while trying to access a url
res.send(await handler ( req,"GET"))
It's saying handlers are not defined
This is a great video! I have been struggling with a question and so far this video is the closest I have come to getting an answer. I have been trying to make a photo gallery website using my own photos that I have stored on Google Photos. Do I need to go through this process in order to access my own photos so I can fetch them and use them on my site?
Hey yes, go through the same process. Once you have the refresh token, save it somewhere in the app (Or database[Which I will explain in the next tutorial]) (ruclips.net/video/LD1geVz4B3o/видео.html), Then on load of the application call mediaItems and show all the URLs in your application.
Also watch next 2 tutorials for little more understanding how I used this API with telegram bot, so you can use similar approach
Please let me know if you are facing any issue
@@lets-build-together I will try working on this today. Thanks alot!
Can you please share the code.
Hey it's a good content 😊
Have you know how to authenticate without oauth2 consent screen for Google Calendar api. Get access token and refresh token to create event in calendar and add attendance emails also
Hey hi, thank you!
I am not sure if you can get access to other accounts without consent screen. But if you want to simply access your information, you can try this service account
stackoverflow.com/questions/236
Hii
I need to access google photos in Apps Script please help me 🙏🙏🙏