Hi,
I'm developing on a mac app that uses bundled assets and the code is running with file:// urls in the main webview. To receive the post message from the dropbox chooser correctly, I need the origin to be set to be * according to https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage#Using_window.postMessage_in_extensions. However, when I try to use *, the dropbox window displays invalid origin.
Thanks for your help!
Best,
Yang