Parimal Yeole
Parimal Yeole
I was facing the same issue Make sure you are passing **api_key, type, user_id, time_stamp**(not require/ if you pass send in required format), **platform** in required data type Fallowing code...
@cristiancavalli Are you sure about that coz .setTimestamp(Date.now().toString()) completely work for me.... same is also mention in the documentation of "chatbase-node" here is implementation... https://github.com/google/chatbase-node/blob/master/lib/MessageSink.js#L252 https://github.com/google/chatbase-node/blob/master/lib/MessageSink.js#L126 but when we look...
@cristiancavalli, Thanks!!!