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
Unable to add data[type]='answer' and data[video]='uriToVideo', in upload request, can someone please write down the syntax for that, Because this is giving me errors:const options = {url: ${JENGA_APP}hap_quest/new,path: Platform.OS === 'ios' ? uri : uri.substring(7),method: 'POST',type: 'multipart', customUploadId: video${id}, headers: { 'content-type': 'application/octet-stream', // Customize content-type }, field: 'type', //Is this correct way for this // Below are options only supported on Android and are must for Oreo and above notification: { enabled: true, notificationChannel: 'Survey video upload', }, };
--
The text was updated successfully, but these errors were encountered:
Unable to add data[type]='answer' and data[video]='uriToVideo', in upload request, can someone please write down the syntax for that, Because this is giving me errors:const options = {url: ${JENGA_APP}hap_quest/new,path: Platform.OS === 'ios' ? uri : uri.substring(7),method: 'POST',type: 'multipart', customUploadId:
video${id}
, headers: { 'content-type': 'application/octet-stream', // Customize content-type }, field: 'type', //Is this correct way for this // Below are options only supported on Android and are must for Oreo and above notification: { enabled: true, notificationChannel: 'Survey video upload', }, };--
The text was updated successfully, but these errors were encountered: