OneDrive / samples

Contains samples, scenarios, and guidance for integrating with OneDrive and SharePoint drives, drive items, and files.
MIT License
58 stars 59 forks source link

Fix authentication issue for most users using javascript basic consumer implementation #75

Open alvinalaphat opened 7 months ago

alvinalaphat commented 7 months ago

Not sure what that snippet of code expects in terms of how the app was registered but it's not necessary for an out of the box implementation. Most users are having issues with this code because of that extra param. Removing it resolves the issue.

xieyubo commented 6 months ago

Which issue is this commit resolved? I still hit the issue when I close the picker window and launch it again.