-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
Reading through the #194 and #196:
Clarification on providerId semantics
The text says:
This is unique per provider.
If the same resource is shared twice, thisproviderIdwill not be repeated.
Read together, they're ambiguous. Two possible interpretations:
Resource scoped: providerId identifies a resource within the provider. If the same resource is shared multiple times, the same providerId should appear each time
Share scoped (per receiver): providerId identifies a share instance created by the provider. If the same resource is shared to two receivers, the providerIds differ. This aligns with Nextcloud/ownCloud, where share IDs are created sequentially in the share table.
KrausMatthias
Metadata
Metadata
Assignees
Labels
No labels