I got a Scoped App (App Folder) where I put a JPG image and now I want to download it with my Javascript app, on a Node JS environment.
When I try to use the "filesDownload" method, I get the error "Error in call to API function "files/download": Path root is not supported for sandbox app.". I'm calling the function with a path argument "/Applicazioni/MyRepo/MyImage.jpg" (Applicazioni would be italian for Apps) which is the path that the Dropbox App Console created automatically when I generated the App. I tried changing the path using Apps, I tried removing the path and leaving just the file name, but nothing works. What could be the problem here?
Thanks!