Hmmm, can you privately send me some more details about what you did?
Did you go to the authorization
site and get an "ok" from dropbox before calling the request-callback;
that error typically means the user didn't
authorize your app? I know its a straightforward
question, but just checking. Dropbox knows the oauth dance is a little
brittle and they have a bypass
I'll include in the next update where you ship off user email and
password and they return the user token. It
completely defeats the point of OAuth, but they know the process is
buggy enough to include.

Thanks, Aria

On Jul 24, 3:20 pm, Mikael Sundberg <mikael.sundber...@gmail.com>
wrote:
> Looks realy nice
> i Tried it, and i cant get the example oath dance to work. i get:
> Bad Response: 403
> {"error": "Token is not an authorized request token."}
>   [Thrown class java.lang.RuntimeException]
>
> i used "" or nil as a callback-url. i assume thats where the problem is.
>
> if i do the dance by hand and copy the result the client works great!
>
> /Micke
>
> 2010/7/23 Marc Spitzer <mspit...@gmail.com>:
>
>
>
> > I need to look at this.  Thanks for the toy.
>
> > marc
>
> > On Thu, Jul 22, 2010 at 8:23 PM, aria42 <ari...@gmail.com> wrote:
> >> Hi all,
>
> >> I've released my clojure library for accessing the Dropbox API. Its
> >> called clj-dropbox and it can be found at:
>
> >>http://github.com/aria42/clj-dropbox
>
> >> Hope some people get use out of it. Feel free to email or leave
> >> comments and/or suggestions
>
> >> Best,
> >> Aria
>
> >> --
> >> You received this message because you are subscribed to the Google
> >> Groups "Clojure" group.
> >> To post to this group, send email to clojure@googlegroups.com
> >> Note that posts from new members are moderated - please be patient with 
> >> your first post.
> >> To unsubscribe from this group, send email to
> >> clojure+unsubscr...@googlegroups.com
> >> For more options, visit this group at
> >>http://groups.google.com/group/clojure?hl=en
>
> > --
> > Freedom is nothing but a chance to be better.
> > --Albert Camus
>
> >  The problem with socialism is that eventually you run out
> > of other people's money.
> > --Margaret Thatcher
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.
> > To post to this group, send email to clojure@googlegroups.com
> > Note that posts from new members are moderated - please be patient with 
> > your first post.
> > To unsubscribe from this group, send email to
> > clojure+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to