Closed kflick418 closed 4 years ago
in Google Photos
. You should be a user of that service.
https://www.google.com/photos/about/
I have an album created there. In your description it says that the album name should be along the lines of this here:
Is that supposed to be the code that i pasted?
What is shown on your terminal when you execute auth_and_test.js
?
You'll have to excuse my inexperience, but how do I do that? This is my first project and all of this is new to me.
I ran node auth_and_test.js and I got back the name of the album i have plus the long list of random digits. When i copied and pasted that into the module, nothing is coming up.
So is it something similar with this?
YOUR_ALBUM_NAME : BLAHBLAHBLAH...SOME ALPHANUMERIC CODES...
If so, done. do next step of installation.
If you just made the album, photos exist in that album?
Ya, I created the album and moved a bunch of photos to it. On the config.js where it lists albumId: ["YOUR_GOOGLE_PHOTOS_ALBUM_ID","NEXT_GOOGLE_PHOTOS_ALBUM_ID"]
Should it look like
albumId: ["YOUR_ALBUM_NAME : BLAHBLAHBLAH...SOME ALPHANUMERIC CODES"]
no, just
albumId: ["AGj1epU5VMNo ... o0N93eN6aXn-f21M98"], // <- Yours
I got it! Thank you so much for your help and patience, and for creating this module. I really appreciate it!
I realize this may be a stupid question but I am very inexperienced. Where do I create the albums?