I am attempting to use a Dropbox Chooser in my chrome extension. However, when I click the chooser, I get the error:
{"error": "Origin does not match any app domain"}Since it's a Chrome extension, the chooser URL is as follows:
https://www.dropbox.com/chooser?origin=chrome-extension%3A%2F%2Fdlcgilocdofcgmdihihdcpfiohiiphpn&app_key=***&link_type=direct&trigger=js&multiselect=false&extensions=images&folderselect=false&iframe=false&version=2
Thus, the Chooser sees the origin as the chrome extension URL. However, if I attempt to add chrome-extension://[extension ID] as the domain in the 'My Apps' app settings on Dropbox Dev, I get the following error:
The domain name you entered is invalid
What can I do to make this work?