Re: ANN: clj-dropbox, Dropbox client library in Clojure

2010-07-26 Thread Mikael Sundberg
Im at work now so cant access the code. But basiccly i used the example from the github page in the repl. Went to the url specified and approved it. I dont remember exactly if i had to run the code again or if it then returned the Token error message. To get it to work i basicly looked in the cod

Re: ANN: clj-dropbox, Dropbox client library in Clojure

2010-07-25 Thread aria42
How are you accessing the authorization url? If by hand you mean you manually go to the url, this is what you're supposed to do. I don't think you can visit the authorization url via a browser agent unless the agent is logged in to dropbox antecedently and you change the browser agent so it looks l

Re: ANN: clj-dropbox, Dropbox client library in Clojure

2010-07-25 Thread aria42
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. Dropb

Re: ANN: clj-dropbox, Dropbox client library in Clojure

2010-07-25 Thread Mikael Sundberg
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 han

Re: ANN: clj-dropbox, Dropbox client library in Clojure

2010-07-23 Thread Marc Spitzer
I need to look at this. Thanks for the toy. marc On Thu, Jul 22, 2010 at 8:23 PM, aria42 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 ou

ANN: clj-dropbox, Dropbox client library in Clojure

2010-07-22 Thread aria42
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 becau