Did this work?
Did this work?
Hey Ralph! I think the user_id is a string so you would want to use:
codereturn '{"user_id": ' + localStorage.getItem("local_user_id") + '}';/code
The link above is broken. Could you fix it. I have a similar issue except I am trying to issue a PUT from a native Android app.
Hi Katya! Yes I got it working. You could mark this one as "Solved" Thank you so much for your help!
Really! WOw.. Thank you! I know this will help others as well as me. I have big plans for my app I see "Enterprise" level in my future..! Thank Max!
Hi Max! Maybe 5-8MB. I am wanting to store GPX files for long endurance races. For example, one file for a 100 mile marathon is 3.9MB.
Ah so a MongoDB limitation..?
When you say "service limitation" are you referring to "Starter Plan" vs. "Pro Plan" etc.?
Upload size is set at 2MB, any way to allow larger files?
I think I have thought of a work around though, I will let you know if it works