dkadia
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by dkadia-
Thanks for the reply. I have downloaded the .JSON file for public/private key pair from box developer console gave the path to it in my code as shown above. What wrong can go with it. I haven't ch...
-
Hi, using the resources provided, now i am getting following error. Can you please let me know what i am doing wrong and how to fix it. Error - ValueError: Could not deserialize key data.Codefro...
-
The code worked when i changed my Exception class from BoxAPIException to Exception.
-
Thanks for the response. It seems the code is working same as len(client.file(file_id='file id').content())
-
Below is the code snapshot from boxsdk import Clientfrom boxsdk import OAuth2# Auth configclient_id = 'my_client_ID'client_secret='my_client_secret'redirect_uri = 'https://app.box.com'# Create new...
-
I am getting below error in python while trying steps - https://github.com/box/box-python-sdk https://developer.box.com/docs/authenticate-with-oauth-2 BoxOAuthException: Message: b'{"error":"inva...
-
The code sometimes works well generating auth_url. But sometimes it throws an error name 'auth_url' is not definedAny help on what i am doing wrong.
-
Thank you! I will try the provided code.
-
I am not sure if i get it. If I am passing the client ID, client Secret and Redirect URL in the code itself, still i have to create a config file?I am trying to get the access token and refresh to...
-
Hi, When i tried to run the Step 1 code in python, it gave me an error - No module named 'config_oauth'I also tried to install config_oauth but it says 'could not find a version which satisfies th...