Is there a size limit how how large a put function can be? I’m trying to load some data computed on a different computer and putting the resultant into a database of mine. As a string itself, the item is roughly 10,000 characters in length at its shortest (stringified JSON).
I’ve tested the put function before hand validating that is making a connection and printing the object in the console when received. I also get the okay response back on the computer that called the put function.
The largest string I seem able to send is about 3000 characters in length. A disparaging difference in what I need.
So is this the data limit for a put API call?
Solved? It seems like it may be something to do with “Site Monitoring → Site Events” Page’s “Real-Time Errors and Logs” console not wanting to print out such a long object, but I am able to access the correct values but indexing the received object.
Looks like it is just the console on the Site Monitoring page. I’m going to see if there is a size limit real quick though…
I uploaded a String of length 1,000,012, which is beyond what I need. The more you know I suppose.