Skip to content

Support setting an origin when using resumable upload #1099

@stephenplusplus

Description

@stephenplusplus

Related:

This will include a breaking change.

// Before
file.createResumableUpload(metadata, callback);

// After
var options = {
  metadata: {},
  origin: '*'
};

file.createResumableUpload(options, callback);

Metadata

Metadata

Labels

api: storageIssues related to the Cloud Storage API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions