Question About DropBox River

hi all,

I have a problem with dropbox river, I created an application on the
dropbox with these properties : App key : 9syaxuw8exjnxyi

                                                               App 

secret: efp7zc0ijyguaru

I also get oauth_token:"akphp2bdjycxgca" , "oauth_secret":"*
4kd3dlv2hz9sf69*"
and "url":"https://www.dropbox.com/1/oauth/authorize?oauth_token=*
akphp2bdjycxgca*"

by typing this command : curl http://localhost:9200/_dropbox/oauth/*
9syaxuw8exjnxyi*/efp7zc0ijyguaru

i Allows to my application to access to my dropbox account by typing this
url in my bowser:
url":"https://www.dropbox.com/1/oauth/authorize?oauth_token=*akphp2bdjycxgca
*"

and i get back the success reply from Dropbox. but when I want to have the
user Token and Secret by calling:

curl http://localhost:9200/_dropbox/oauth/9syaxuw8exjnxyi/*efp7zc0ijyguaru
*/akphp2bdjycxgca/*4kd3dlv2hz9sf69 *

i get this error: {"error":"OAuthException[Response body is incorrect.
Can't extract token and secret from this: '{"erro
r": "Token is not an authorized request
token."}']","status":500},

it seems to me that "appsecret" is invalid according to the error, but
rather it is valid !!!!

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.