sookasa / box.py

Python client for Box
43 stars 25 forks source link

Fix redirect query string param name #10

Closed samkuehn closed 10 years ago

samkuehn commented 10 years ago

Box expects the parameter to be named redirect_uri not redirect_url. This causes an Error: redirect_uri_missing.

tals commented 10 years ago

Oops! Thanks for catching that!

Can you update test_start_authenticate_v2()? (it's failing right now as it's expecting redirect_url) :)

tals commented 10 years ago

Pushed a new version to pypi (1.2.2). Thanks :)