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
Post a Comment