Joe
Joe

Reputation: 1849

Dropbox API and Datastore - Available across an Organisation?

I have developed a localhost app using the dropbox datastore javascript api and it works well.

I didn't give any consideration before, but I presumed the data would be available to other users in the organisation. When other users access the app, that proves not to be the case. Can this be achieved or am I doing something completely wrong?

thanks

Upvotes: 2

Views: 108

Answers (1)

user94559
user94559

Reputation: 60143

Although sharing is something we intend to add later, it's not available for datastores now. Every datastore is owned by a user and is only visible to that user.

Upvotes: 3

Related Questions