open Excel File that has been shared to me via OneDrive

If I use the follow code to prompt the user to choose a file:


set targetFile to id of (open (choose file with prompt "Target File"))

The file picker lets me choose files that are on my local drive, but I don’t see an “Options” or “Online Locations” where I can select an Excel File that has been shared to me via OneDrive. (Multi-User File)

If I go directly to Excel and hit Command-O, I can see an “Options” and “Online Locations” from the file picker, but not one I invoke the file picker through AppleScript.

Anybody know how to choose a file with the file picker that that lives on OneDrive that somebody has shared with me?