Using Google Cloud Storage, I\'d like to pass a client the necessary information to do a resumable upload. Is this possible?
Yes, this is possible.
With a server that has authenticated to the Cloud Storage service and a client it wishes to grant access to, the typical signed URL upload workflow looks like this:
URL using the method described hereURLThe resumable workflow looks like this:
URL using the method described hereURL and the Upload ID to the clientURL and Upload ID