-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding photos to specific (precreated) album #2
Comments
Hi, unfortunately there aren't any documented API for Google Photos. I found the two urls looking at the requests (using the developer tools) that the browser was making while uploading some images. I guess that the functionality to add photos to a specific album can be achieved making a further request. The first step would be to upload an image using the official website and then try to move the image to an album, looking at the network tab of the dev tools of the browser to find the needed url |
Many thanks - I will try. |
I added a parameter for the cli interface and an argument for the UploadOptions object to specify the album id. I tried it with my account and it works, but the code uses some constants and i'm not sure if they are account dependent. |
Oh, this so cool of you dude! Thank you so much! Not shared album looks like: shared looks like this: By now it do not works:
Regretfully by now I don't have more time for further troubleshooting. |
The It looks like the code has the correct constant. Some other constants can be found here. |
Dears, I wonder how to implement subj.
I am absolutely lost looking for docs for these api url
Especially the last one!
How did you get them? (:
The text was updated successfully, but these errors were encountered: