shynee
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by shynee-
BoxApiException - Suppress warnings
AnsweredI am trying to capture exceptions. I can capture error code 404 and 409 fine, but not 429(Request rate limit exceeded). The other issue with 404/409/429 is that I get this warnings show up on the ...
-
boxsdk.exception.BoxAPIException: Message: Access denied - insufficient permission
Trying to create a BOX ID through python SDK. But getting above error. My app authorized for the following. Application Access : EnterpriseApplication Scopes : Read and Write all files and folders...
-
Security Classification on a folder
AnsweredHello Box Community,When I upload a file, I set the classification using the following code. But I have make an API call for every file which slows down my upload speeds. I was told by box support...
-
Classification label
AnsweredOn Each file I see classification label from the web interface. But it doesn't list it through API call. How do I access this tag through python sdk ? Also how do I list all the classification la...
-
AttributeError: 'Client' object has no attribute 'get_retention_policies'
AnsweredHello Box Gurus, Trying to extract retention policies. But getting an error. Is my API endpoint correct ? sdk = JWTAuth(client_id="myclientid",client_secret="myclientsecret",enterprise_id="12345"...
-
Recursive file Copy - Python Box SDK
AnsweredHello, I am new to box SDK. I need to copy millions of user files (using as_user). Here is how I understand it works with python SDK Check if a folder or sub-folder exists, if not create it. Ret...