android - Is it possible to share dropbox datastore with distinct users? -
android - Is it possible to share dropbox datastore with distinct users? -
from documentation of dropbox android datastore api says possible share datastore other accounts based on principals , roles.
but seems (for non dropbox-business users) available principal dbxprincipal.public sounds can either share datastore nobody or share whole public.
is case or missing here? understanding create way more sense able specify users want share datastore with.
that's correct. note knows datastore id can access datastore, , datastore ids unguessable. it's app give datastore id specific users want have access.
android dropbox-api
Comments
Post a Comment