Hello Dropboxers,
I'm trying to use your method to get authorize uri fromDropboxOauth2Helper class. If I make a call like DropboxOauth2Helper.GetAuthorizeUri(OAuthResponseType.Token,myAppId) I get ambiguous call . Is there a way to avoid this without creating in my app a redirect uri?
Thank you