You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
songId - the id of the song whose part is being uploaded
partId - the id of the song part being uploaded
extension - the file extension e.g. webm (without the .)
It assumes that POST /choir/songpart has already been called to generate a partId - that API call records the data in the database. This API call grants access to upload the video file by creating a presigned URL that can be used by the front-end to upload the song part without having access to COS.
This API call takes three parameters:
choirId- the id of the choirsongId- the id of the song whose part is being uploadedpartId- the id of the song part being uploadedextension- the file extension e.g.webm(without the .)It assumes that
POST /choir/songparthas already been called to generate apartId- that API call records the data in the database. This API call grants access to upload the video file by creating a presigned URL that can be used by the front-end to upload the song part without having access to COS.Returns:
The supplied URL will only work for a ten minutes.