cannot get authentication URL

Discussion in 'Shapeways API' started by 496143_deleted, Mar 8, 2014.

  1. Hi Team,

    I am a bit stuck using the python wrapper for the shapeways API.

    The example documentation shows the following:

    client = Client("key","secret")
    url = client.connect()


    only when I am printing this url out in my logging it is a nonetype. The object is capturing all of the necessary parameters and encoding them, but when the post request is made, it is note successful. Does anyone else have this issue?

    My stack is: Python, Google App Engine, and Blobstore. Please let me know if I should add more detail to my question.


    Google App Engine Log:
    2014-03-08 17:03:42.543

    "POST /oauth1/request_token/v1 HTTP/1.1" 401 None

    D 2014-03-08 17:03:42.544

    Redirect URL:

    D 2014-03-08 17:03:42.544

    None

    D 2014-03-08 17:03:42.545

    if Nonetype above, authentication request has failed.