method
App.UploadFromURLForIdentity
func (application *App) UploadFromURLForIdentity(
ctx context.Context,
collection string,
input RemoteUploadInput,
identity *AuthIdentity,
) (store.Document, error)Fetch and store a remote file for one exact authenticated identity.
Identity is rechecked before networking begins.
Related types
AppA resolved application bound to operation services.
RemoteUploadInputA public HTTP(S) asset and upload metadata.
AuthIdentityAn exact authenticated collection and actor document.
DocumentA stored document with status and version metadata.