pliablematter / simple-cloud-storage

A simple Java wrapper around the Google Cloud Storage API
81 stars 48 forks source link

resumable upload #11

Open pravinlondhe opened 7 years ago

pravinlondhe commented 7 years ago

Hello, How can i get resumable upload link? or response of insert request? How can i set uploadType=resumable ? I tried with setting storageObject.set("uploadType","resumable") and i think it works but i didn't getting resumable session URI which is in response of insert request.