Dear fellows,
I am trying to load a dataset "A.dta" from my personal OneDrive folder, but I have some issues.

Essentially, I followed the instructions on the reference manual, and I set my URL and then checked that I effectively modified it through the commands.

Code:
webuse set https://XXXX the URL of my OneDrive folder XXXX
webuse query
prefix now "https://XXXX the URL of my OneDrive folder XXXX"
However, when I try to use my dataset, this is what Stata reports:

Code:
webuse A
web error 403
r(679);
Unfortunately, as I click on r(679), this is what I find:

Array


And r(679) is not even in this list of common error messages.


I am sure that I must modify something in my Preferences>Internet, but I don't know how to do it. I tried to tick "Use authentication for proxy server" and insert my OneDrive user and PW, but it did not work.

Array

Thank you for your time.