nmrshll / google-photos-api-client-go

Google photos api client in go
35 stars 12 forks source link

Support resumable uploads ? #1

Open huynhquangtoan opened 5 years ago

huynhquangtoan commented 5 years ago

This library has supported resumable uploads ? https://developers.google.com/photos/library/guides/resumable-uploads

nmrshll commented 5 years ago

It's not supported yet, but we should definitely add it

pdecat commented 5 years ago

I've begun implementing this and am currently testing it.