I am using the new Box.com Android library v2 hosted on Github by Box to develop an Android app which allows managing Box.com files. I stuck at exchanging the authToken for an accessToken.
When I don't specify a redirect_Uri I will get a "redirect_Uri_missmatch" error right after I allowed the app to access my box files.
However, when I specify a redirect_Uri the authToken will be send to the URL which I specified in as redirect_Uri. I tried to use localhost, my own website and oob as redirect_Uri but nothing seems to work. The authToken is send to the url but is not detected by the library which than throws an Exception.
So the question I have - what redirect_Uri do I have to specify?