Related: - https://github.com/GoogleCloudPlatform/gcloud-node/issues/818#issuecomment-178124099 - https://github.com/stephenplusplus/gcs-resumable-upload/issues/6 This will include a breaking change. ``` js // Before file.createResumableUpload(metadata, callback); // After var options = { metadata: {}, origin: '*' }; file.createResumableUpload(options, callback); ```
Related:
This will include a breaking change.