method
App.OpenUploadForIdentity
func (application *App) OpenUploadForIdentity(
ctx context.Context,
collection,
key string,
identity *AuthIdentity,
) (io.ReadCloser, storage.Object, error)Open an upload through one exact authenticated collection identity.
Related types
AppA resolved application bound to operation services.
AuthIdentityAn exact authenticated collection and actor document.
ObjectObject identity and authoritative content metadata.