Upload Session Start Batch
Authentication
Headers
Acts on behalf of a team member for supported user-auth operations. Pass a team member ID such as dbmid:.... When used with a team token, that token must also include the team_data.member scope.
Acts as the specified team admin for supported user-auth operations. Pass a team member ID for an admin account. When used with a team token, that token must also include the team_data.member scope.
Request
Type of upload session you want to start. If not specified, default is
UploadSessionType.sequential.
Response headers
Response
A List of unique identifiers for the upload session. Pass each session_id to upload_session/append:2 and upload_session/finish.