roopakv / google-photos

Library to make hitting the Google Photos api easy
MIT License
56 stars 22 forks source link

Problems with MediaItems.list #52

Open mippeqf opened 3 years ago

mippeqf commented 3 years ago

'Content-Type': 'application/json' (line 49 in transport.js) must not be set for the get request listing media items. Additionally, the list function should check for pageSize <= 100.

I have not tested whether that fixes the function, but thought I'd leave a comment

roopakv commented 3 years ago

@mippeqf would you be able to send a PR?

mippeqf commented 3 years ago

@roopakv I've implemented what I needed with needle, but I'll see what I can do.