synchronization - Synchronize linux photos to google photos using an API and node.js -


i have following issue, want create script in node.js recursively synchronize photos pictures/ folder google photos account. , @ moment issue how should approach cause didn't find google photos api.

back in day possible call directly plus (before lock down of v1whitelisted api registered clients, doesn't seem work anymore unless violate google's tos)

the available api google photos picasa web albums data api

so can maybe use nodejs picasa api client

you can experiment looking on protocol guide

you can further experiment using oauth 2.0 playground through picasa api.

good luck :)


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -