i can access my onedrive read files and search folders but can download files this was working last see but is failing now
i have deleted and recreate the Microsoft OneDrive OAuth2 credentials.
connects fine. no error on other one drive search and get nodes
have recreate on second computer to rule out the cache.
What is the error message (if any)?
Authorization failed - please check your credentials
Full message
I have the same issue. My user authenticates nd for sure has download permissions but still gives me the “unauthenticated” error. Clearly is a connector bug.
I use this workflow to download the file:
new file trigger -(id)-> get file by id -(@microsoft.graph.downloadUrl)-> http request, get the URL, no auth needed.
It’s able to download the file by the URL without sharing the file. interesting.