Skip to content

create script for uploading assets including user data #387

@hburgund

Description

@hburgund

Bulk spreadsheet-based (most likely) method for uploading a lot of assets and write the user data in the asset when uploaded and create new users when necessary.

Flow may be something like:

  1. send POST users with device_id = "firstname_lastname"
  2. response will include user.id either newly created if doesn't exist or pre-existing based on device_id
  3. use user.id in subsequent POST assets/ call to create new asset with proper user attached

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions