CORS Problem with Namespace and Dropbox-API-Path-Root header
Trying to list team root folders using this request from the namespace guide: curl -X POST https://api.dropboxapi.com/2/files/list_folder \ --header "Authorization: Bearer <token>" \ --header "Content-Type: application/json" \ --header 'Dropbox-API-Path-Root: {".tag": "root", "root":"<namespace_id>"}' \ --data…