I have my Graph API setup to 1) Get a token; 2) Upload a file; 3) Get a shareable link for that uploaded file.
I have no problem getting the token and uploading the file. However, I can't seem to get a shareable link. While I set the scope to anonymous, it always returns "existingAccess". And the webUrl is a personal url with the path to file listed therein. There is no authKey or token in the url as I've seen in other examples online.
Am I doing something wrong? How can I get a link that I could share with anyone regardless of their being logged in or associated with my organization? Any help would be appreciated!