int128 / gpup

A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Apache License 2.0
220 stars 22 forks source link

Fix handling non 2xx response on fetch URL #12

Closed int128 closed 5 years ago

int128 commented 5 years ago

Non 2xx response should cause an error on fetching an URL. This fixes it.