shynee
- Activité totale 16
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 4
Publications
Activité récente par shynee-
BoxApiException - Suppress warnings
RéponduI 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
RéponduHello 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
RéponduOn 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'
RéponduHello 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
RéponduHello, 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...