roopakv/google-photos

Finished with status: 'timeout'

individual8 opened this issue · 3 comments

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?

+1 same for me

I had this problem too, but in my case the following fix solved it.
#56

thank you @shuuuuun published.