transloadit / uppy

The next open source file uploader for web browsers :dog:
https://uppy.io
MIT License
28.93k stars 1.99k forks source link

Plugin for Google Photos #2163

Closed fortunto2 closed 2 months ago

fortunto2 commented 4 years ago

I would like to know if there are plans to create a plugin for google photos? If not, maybe I could start creating it, but I need help. Where to begin... Maybe someone already did?

https://developers.google.com/photos front: https://uppy.io/docs/writing-plugins/ back: https://github.com/transloadit/uppy/tree/master/packages/@uppy/companion google drive example: https://github.com/transloadit/uppy/tree/master/packages/%40uppy/companion/src/server/provider/drive facebook example: https://github.com/transloadit/uppy/pull/1794/files

ifedapoolarewaju commented 4 years ago

Hi @fortunto2 we didn't make plans for Google Photos yet, so it'dl certainly be great if you found time to work on it.

As mentioned in your list, the facebook PR is a perfect example of what it takes to have it implemented.

You can also have a look at the OneDrive PR

For OAuth, Companion uses grant internally, and that is what this configuration corresponds to. It is basically the configuration that will be passed to grant in order for it to handle the OAuth dance. So in the case of Google Photos, we'll be doing something similar that corresponds to values that Grant expects.

I hope this helps! Please let me know if there's anything else you'd like me to clarify.

tim-kos commented 3 years ago

Hey @fortunto2 ,

Do you still plan to work on this? :)

fortunto2 commented 3 years ago

@tim-kos I didn’t do it unfortunately. In general, the task is urgent, I would like to return to it later.

arturi commented 3 years ago

Closing this for now to help with the issue count, we’d definitely welcome a PR and will assist you or someone who would like to contribute, please mention us here or open a PR.

tomdav999 commented 3 years ago

I realize this is closed but the lack of google photos is a glaring omission. Almost every android user has google photos on their phone and photos are automatically uploaded to the cloud when connected via wifi. If there was a case for transloadit / uppy to minimize bandwidth concerns for mobile users and share images via the cloud, google photos would be it.

benjaminlotan commented 3 years ago

I know this is closed, and i dont know if this is the place, but lack of google photos integration is the reason our company uses filestack instead of uppy. We're always thinking to make the switch someday. <3 <3

Bayernatoor commented 8 months ago

Adding a comment to bring some attention back to this issue. Google drive plugin is handy but we often get requests from our users for direct access to Google Photos. Any plans to add this?

mifi commented 7 months ago

Not sure how it would be implemented. I’m not super familiar with google photos but I’d imagine that in order for it to actually be useful, the user would need ways to:

If not, how else are people going to find a needle in a haystack of 100000 pictures

if someone can share how google photos works on android or web that could be used as inspiration.

mifi commented 6 months ago

we are now working on a google photos plugin. pr coming soon.

remaining tasks:

links: