Fixed
Status Update
Comments
jf...@google.com <jf...@google.com>
jf...@google.com <jf...@google.com> #2
This issue has been fixed in the latest release of the Google Photos Library API.
See the release notes for more details:https://developers.google.com/photos/library/support/release-notes#2018-09-05
See the release notes for more details:
Description
First, please search through existing issues to ensure that the bug has not already been reported. You can start the search here:
If the issue has already been reported, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any details of your experience with it.
If your issue has not been reported, please provide all of the following:
-----------------------------------------------------------------------------------------------------------------------------
A short description of the issue:
The batchCreate call is missing fields such as mediaMetadata and contributorInfo
Your project number from the Google Developers Console:
N/A
The calls to the API that lead to the error. Include the sequence of calls, including request headers and body.
Do not include any personal information, authentication secrets, media item or album IDs.
curl -H "Content-type: application/json" -H "Authorization: Bearer $OAUTH_TOKEN" -X POST
-d "{new_media_items:[{simple_media_item: {upload_token:\"$UPLOAD_TOKEN\"}}]}"
What steps will reproduce the problem?
1. Call batchCreate
What is the expected output? What do you see instead? If you see error messages, please provide them.
mediaMetadata to be filled out
If all the criteria fits as per documentation, contributorInfo to be filled out.
Both are currently missing.
Please provide any additional information below.