marusic1514

Results 4 comments of marusic1514

@chenzhf2019 I had the same issue with a bullet character, since it is not just one byte. Used this regex to cleanup the files before parsing: ``` val input =...

Thank you for the help! Actually, just tried to implement a workaround that I believe is what you are suggesting: 1. I do the upload but do not specify the...

Yeah, additional update is that I tried doing ``` Slack().methods().filesSharedPublicURL { it.token(chat.userApiToken) it.file(fileId) } ``` Had to use user token because for the other token it would say invalid token....

@zimeg Update: So the issue in my last message with filesSharedPublicUrl was that it needs a user token, and I also had to initiate the upload with the same user...