Fixed
Status Update
Comments
jf...@google.com <jf...@google.com> #2
Thanks for the report - there's currently a known issue with calling mediaitems.get for shared media items. We are working on a fix and will update the issue here with any news.
Thanks for your patience!
Thanks for your patience!
Description
-----------------------------------------------------------------------------------------------------------------------------
A short description of the issue:
mediaItems Get is not working for specific id's (500 internal error). In fact, I can reproduce this from the google api support pages and bypassing my code all together.
Search Album displays that the correct items are there. BaseUrl, ProductUrl work correctly from the search screen. But when retrieving via mediaItem Get - error
Attached below is the result from the search album api and the result from the mediaItems get api.
Result when doing an album search, using this "id" in the Get returns 500 error:
GET
"id": "AA-bpXd8mTBXE4PCcev2v3AKJVqYSNa9XaXFRn3MLuGmoY-Eio0zzDHYJx5yv-Z_Xoi4NPWC9E73",
"productUrl": "
"baseUrl": "
"mimeType": "image/jpeg",
"mediaMetadata": {
"creationTime": "2019-02-10T23:22:02Z",
"width": "3024",
"height": "4032",
"photo": {}
},
"filename": "1549840815058"
Result when running:
{
"error": {
"code": 500,
"message": "Internal error encountered.",
"status": "INTERNAL"
}
}