Finished with status: 'timeout'
individual8 opened this issue · 3 comments
individual8 commented
Hi there,
I try to get the content of an album via
const photos = new Photos(access_token);
return await photos.mediaItems.search('albumId');
I run the code in a cloud function and the function times out without result.
Function execution took 60026 ms, finished with status: 'timeout'
If I query the same 'albumId' in Google's API reference, I get a result.
https://developers.google.com/photos/library/reference/rest/v1/mediaItems/search
Any ideas what I'm doing wrong?
ivenuss commented
+1 same for me