You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we could make the gateway delete references if it encounters invalid ones? so whenever we list the shares and we encounter a not found or permissions error ... we remove the reference? or you we just leave them in and keep ignoring them?
Yes, that could be one option. Or we could run a background cron. We need a periodic garbage collection functionality for a lot of cases - public shares, invalid references, expired tokens in OCM. So it'd be good to have a package for this.
how are we going to clean up a reference when the owner unshares a folder?
AFAICT the gateway usershareprolider will get a RemoveShare request.
But we also need to delete the reference of the recipient. how do we do that?
The text was updated successfully, but these errors were encountered: