commudle / commudle-ng

Where software developers grow together!
https://commudle.com
GNU Affero General Public License v3.0
129 stars 54 forks source link

Embed google photos #9

Open arpansac opened 4 years ago

arpansac commented 4 years ago

A lot of events which take place be it in physical or online space, take some captures and share it with members in a google photos album. We need to integrate with the API of google photos for each event.

frunkad commented 4 years ago

With Authentication

Without Authentication

This seems like a nice little hack - but I haven't seen any production website using this trick. It could thus be a little risky - eg. If Google one day suddenly implements CORS policy in those URLs. 🤷🏻‍♂️

arpansac commented 3 years ago

With Authentication

Without Authentication

This seems like a nice little hack - but I haven't seen any production website using this trick. It could thus be a little risky - eg. If Google one day suddenly implements CORS policy in those URLs. 🤷🏻‍♂️

Replying uber late, I'm also yet to encounter any website using it, the links you've mentioned are all that's available :)

frunkad commented 3 years ago

So what's the plan boss? 😛

On Fri, 8 Jan, 2021, 10:24 AM arpansac, notifications@github.com wrote:

With Authentication

- https://developers.google.com/photos/library/guides/list#listing-shared-albums

Without Authentication

- https://medium.com/@ValentinHervieu/how-i-used-google-photos-to-host-my-website-pictures-gallery-d49f037c8e3c

This seems like a nice little hack - but I haven't seen any production website using this trick. It could thus be a little risky - eg. If Google one day suddenly implements CORS policy in those URLs. 🤷🏻‍♂️

Replying uber late, I'm also yet to encounter any website using it, the links you've mentioned are all that's available :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/commudle/commudle-ng/issues/9#issuecomment-756545498, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6T3DTHVUMIJQPWDLMC5ILSY2FZRANCNFSM4NQUPAKA .

arpansac commented 3 years ago

So what's the plan boss? 😛 On Fri, 8 Jan, 2021, 10:24 AM arpansac, @.**> wrote: With Authentication - https://developers.google.com/photos/library/guides/list#listing-shared-albums - https://adodson.com/hello.js/demos/albums.html#source Without Authentication* - https://medium.com/@ValentinHervieu/how-i-used-google-photos-to-host-my-website-pictures-gallery-d49f037c8e3c This seems like a nice little hack - but I haven't seen any production website using this trick. It could thus be a little risky - eg. If Google one day suddenly implements CORS policy in those URLs. 🤷🏻‍♂️ Replying uber late, I'm also yet to encounter any website using it, the links you've mentioned are all that's available :) — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#9 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH6T3DTHVUMIJQPWDLMC5ILSY2FZRANCNFSM4NQUPAKA .

We want to do this since the usual way people upload photos is to a cloud which is already on their phone!