Specifying http-proxy when using the boxsdk for Python? -


when running behind firewall, error "getaddrinfo failed" on last line of sample python program. there way specify proxy server client() connection being made through boxsdk?

# coding: utf-8  boxsdk import client, oauth2 boxsdk.network.default_network import defaultnetwork  # code here set ids , tokens, used in oauth2, below  oauth2 = oauth2(client_id, client_secret, access_token=access_token)  client = client(oauth2)  = client.user(user_id='me').get() 


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -