So I am connecting to PowerBi using the token. When I use the token created at: https://dropbox.github.io/dropbox-api-v2-explorer/#files_download with the "Get Token" function inside my PowerBI call it works great.
When I put in the access token generated from my App on https://dropbox.github.io/dropbox-api-v2-explorer/#files_download it fails with the error:
{
"error_summary": "path/not_found/.",
"error": {
".tag": "path",
"path": {
".tag": "not_found"
}
}
}
Similarly when I go to Power BI it fails since the token clearly isn't being accepted with the call.
Any insight as to why this token doesn't work would be appreciated! I need a non-expiring token for my datasets to refresh in my reporting.