RocketChat / Rocket.Chat.Java.SDK

[DEPRECATED, NOT MAINTAINED] Java/Android SDK for Rocket.Chat
MIT License
29 stars 23 forks source link

File upload #67

Open mala2017 opened 6 years ago

mala2017 commented 6 years ago

I am trying to upload a fille using uploadFIle method it gives me upload error: ErrorObject{reason='Store not found', errorType='Meteor.Error', error=0, message='Store not found [invalid-store]'}

sergioestebance commented 6 years ago

+1

kattukj002 commented 6 years ago

Yeah, I'm encountering the same issue right now. I'm trying to upload a file to Amazon S3, but I'm getting an error message that says "Store not found [invalid store]". Exactly what is causing this error?