Hi Team
Thanks in advance .i am working on mvc application and got some requirtment to attach a file from drop box.i m useing drop box api where i need to redirect page to "https://www.dropbox.com/oauth2/authorize? client_id=___&redirect_uri=__/Auth&response_type=code" to this url for authorization and as retrun i get a code in the redirect_uri to get acess token.but while calling this url my page get refresh and i loose my form value as it redirect me to login page of dropbox.
is there is any solution to handle this type of situation or can we get acess code from client side without refreshing the url?
Thanks.