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
Hi Yang, thanks for your post. Unfortunately, the Dropbox Chooser doesn't currently support running from environments without an actual domain to check, so I'm afraid there isn't a way to make this work. We'll consider this a feature request though.