Hello all,
In order to have the object storage to work, how many EAPs do I need ?
My timeline:
2025-11-11
I registered for the FileUploader/FileCard EAP
2025-11-24
After some back and forth to get it properly activated, it worked: I could use the components and upload a file in the Object storage using the example code (with some tweaks).
2025-12-03
I came back to Object Storage after uploading elsewhere but I could not get build the upload URL anymore, it fails with a Forge platform failed to process runtime HTTP request - 400 - INVALID_CAPACITY.
I also get a lint warning a missing objectStore module. Sadly, this one is not documented, I went in the @forge/manifest to get the truth :-).
This made me add the objectStore module with a key and storageClass.
With that, my app cannot be deployed anymore:
Error: Manifest validation failed: Forge OS is not enabled for this app. You'll need to register it first. https://developer.atlassian.com/platform/forge/storage-reference/object-store/#object-store--eap- (requestId: d2fde350-067f-4b86-b51c-163cd95c841e)
So I requested to be allowed to this EAP too (still pending).
My questions:
- Are these EAPs related or am I just trying randomly?
- Are the error I describe related?
- Am I missing something to try this completely?
- Could this specific EAP(s) be documented a little bit more? — most page are out of date, have links to this community forum that show me a Page Not Found
Thanks in advance