OneDrive / onedrive-api-docs

Official documentation for the OneDrive API
MIT License
452 stars 229 forks source link

openInNewWindow doesn't work #636

Closed munhochong closed 7 years ago

munhochong commented 7 years ago

I trying to do what you suggested in #583 . But i facing the popup issue. Although i set openInNewWindow to false, when i load the page, it will pop up oneDrive file picker.

Below is my script - onedrivesdk.html. Thank you.

`

`
daboxu commented 7 years ago

hi @munhochong , we updated the v7.2 picker which we don't support openInNewWindow option anymore due to Microsoft OAuth restriction on the redirect uri of web app. Would it be possible for you to host the picker SDK at the same domain as the redirect uri?

daboxu commented 7 years ago

close for now and feel free to reopen it if the issue consists.

Torrichel commented 4 years ago

@daboxu I need to use picker inline my page, how is that possible with new version? Opening new window for picker isn't a solution for me.