Storage API value limitation of a single key

Hi!

I got an error, when I try to store new data (more characters) under a single key, called “users”.

  1. Please confirm that, this is because of the Storage API limitation, 128 KB maximum size of a single value.
    https://developer.atlassian.com/platform/forge/platform-quotas-and-limits/#storage-quotas

  2. Is there a way Forge will increase this limit in the near future?

  3. If the answer to 2nd question is no, is the only way to solve this issue, to split data under different key, instead of using one key to store almost everything in our app?

Thank you for the answer in advance.

This 128 KB limitation stands for the maximum size of the Storage space for a key?
Or it the allowed maximum data size in JSON, attached to the request?

The 128KB limitation is the size of the value that you’re storing on the key.

/Daniel

1 Like