Files
Stores provide encrypted block storage, enabling simple file uploading and downloading.
Before working with Stores, follow our Getting Started Guide. It will show you how to set up your project to work with PrivMX Bridge.
The sample code on this page is based on the initial assumptions.
All policies in the following examples can be build with Policy Builders, according to Policies overview.
publicMeta
and privateMeta
fields in Stores support any kind of data formats encoded to byte arrays.
Examples in this section use JSON format serialization, which is available directly in Swift.
Working with Stores
To access Store methods, get the field storeApi
from active connection. Connection should be initialized with [.store]
passed to PrivmxEndpoint
.
Assumptions
In further examples, the following structures are used:
Creating Stores
Creating a basic, unnamed Store, which can act as an encrypted data container:
Getting Stores
Fetching the most recent Stores in given Context:
Managing Stores
To update a Store you must always provide its current version, as well as:
- list of users
- list of managers
- new private and public meta (even if it didn't change)
- Store's current version
true
if update action should be forced
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.