Cannot upload file to bubble with node.js - error using sdk V1.63.1
I am trying to upload an image to a bubble using node.js. I am using SDK V1.63.1. I see another user was having an issue and was told to use 1.63.3 to fix the issue, but I cannot find this version in Git or using npm - is this version available? Here is the error I am getting:
11/8/2019 9:18:38 PM [1573269518421] - warn:internal HTTP - (get) HTTP response.code != 200 , bodyjs : {"errorCode":400,"errorMsg":"Bad Request","errorDetails":[{"param":"roomId","msg":"Invalid resource identifiers, expected UUID: identifier must be alpha-numeric and have a length of 24 chars","value":"room_xxxxxxxxxxxxxxxxxxxxxxxx@muc.openrainbow.com"}],"errorDetailsCode":400000}
11/8/2019 9:18:38 PM [1573269518423] - error:REST - (getBubble) error
{ code: 400,
msg: 'Bad Request',
details: '[object Object]. error code : 400000',
error:
{ errorCode: 400,
errorMsg: 'Bad Request',
errorDetails: [ [Object] ],
errorDetailsCode: 400000 } }
I put the "xxxxxxx" to block out the ID.
Thanks!
--
Brian
Iniciar sesión para dejar un comentario.
Comentarios
0 comentarios