You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the SDK to get the file lists within a iframe. We are getting a error message,
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://abc.com') does not match the recipient window's origin ('https://xyz.com').
Is there any way we can pass origin when calling openPicker ?
The text was updated successfully, but these errors were encountered:
I'm surprised it's falling back to postMessage. Are you running it on IE8/9 ?
If I recall correctly, postMessage is used in SDK solely as a workaround for cross-origin access in old IEs
Is anything affected beyond just the error showing in the console?
Please share your browser details and, if possible, a minimal html page that reproduces the issue.
We are using the SDK to get the file lists within a iframe. We are getting a error message,
Is there any way we can pass origin when calling openPicker ?
The text was updated successfully, but these errors were encountered: