Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create script for uploading assets including user data #387

Open
hburgund opened this issue Jul 7, 2019 · 0 comments
Open

create script for uploading assets including user data #387

hburgund opened this issue Jul 7, 2019 · 0 comments

Comments

@hburgund
Copy link
Member

hburgund commented Jul 7, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant