Hi there,
Is there a way for us to pass the Dropbox-API-Path-Root header into the Dropbox node?
Currently the authentication only allows us to access the files and folders that are tagged to our base name space and cannot traverse out of that folder into the root folders.
I am able to access all my Dropbox folders only through a http request with the header key Dropbox-API-Path-Root and value {".tag": “root”, “root”: “7701921520”}, the number being my root namespace.
However, I’d like to directly send this header parameter to the Dropbox node itself so as to perform functions on these rooted folders through the visual interface