Hi,
I'm developing a node-webkit application which integrates with dropbox. I would love to be able to use the dropbox chooser which is available for web-apps. However, because it's a desktop app, it doesn't have a host/domain name, so I can't register it with dropbox to grant it permission. Hence, when I try to access the dropbox-chooser, I get the "Invalid Origin" error.
Does anyone know of any workaround for this situation? I would love to be able to seamlessly integrate dropbox into my app like how I could do it with dropbox chooser.
Thanks!