Custom Storage API #1183
-
Hi,
I am looking at this documentation: , which says that I can send a PUT request to But how can I create a collection so that I know its name to be use for the Can
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
@jshcodes any chance I could get an answer to this question, please? |
Beta Was this translation helpful? Give feedback.
-
Hi @jkozlowicz - This service collection is recently released, new functionality will continue to be added. Collections
Object Keys
Retention
Viewing objects
For part 4 of your question, are we asking if the collection contents are available to endpoints without making an API call? Thank you for the question! 😄 |
Beta Was this translation helpful? Give feedback.
-
Thank you for the thorough reply. As for part 4: I believe that an API call has to be made for any operation, but my question here was really if there's a way to upload something to a Custom Storage collection directly from an endpoint, same as what we do with the Just exploring options here... for a flow that produces a file on an endpoint and the file needs to be retrieved we could do the following:
If files cannot be uploaded to a custom collection from an endpoint directly, then one would have to grab the |
Beta Was this translation helpful? Give feedback.
-
Hi @jkozlowicz / @jshcodes, I am also trying to PUT some data in a collection and am hitting the same API you are using (/customobjects/v1/collections/{collection_name}/objects/{object_key}), but I am always getting a 403 error. Can you provide the sample code that you are using for this? I created an API client and key with all the read and write operations that are present in the scope but am still facing this issue. Can you help? Thanks, |
Beta Was this translation helpful? Give feedback.
Hi @jkozlowicz -
This service collection is recently released, new functionality will continue to be added.
Collections
_
).Object Keys
.
), hyphens (-
), or underscores (_
).Retention