Hello everyone,
I'm learning a Dropbox API basics and I have a question about it. Can I allow API requests only for a specific folder? For example, Dropbox App can do everything inside `/api/` folder, but It can't manipulate files outside of it. How can I achieve it?
Thanks.