Łukasz Socha

Results 36 comments of Łukasz Socha

Hi @chrys6571, the only way to get all items inside the root folder is to use a command you mentioned `box folders:items 0 --as-user=USER_ID`. There is no easy way to...

Hi @chrys6571 , may I ask what is the result you want to achieve? Do you want to simply list all the files in a folder with a given path...

Hi @chrys6571, I modified the script to list ids of all subfolders it the given path. To do further steps I advice to take a look here: https://github.com/box/box-python-sdk/blob/main/docs/usage/folders.md. There you...

Hi @arifty, today I used you code to upload 100 files one by one and so far I was not able to replicate this issue you described. I'll continue investigating...

Hi @arifty, today I also wasn't able to replicate this issue on my side, therefore I prepared a simple bash script with uploads all files from a local folder to...

Hi @kiergarlen, Thanks for submitting this Issue! We will take a look and get back to you ASAP! @lukaszsocha2

Hi @kiergarlen, the affected package is part of `request` library, which is not maintained any more, so we may not expect fix on their side soon. We are currently in...

Hi @ericasaw, ok let me explain what might have gone wrong in all cases: 1. JWT Have you went through all steps from [this](https://developer.box.com/guides/authentication/jwt/jwt-setup/#app-authorization) page? Especially have you done step:...

Hi @ericasaw, do you remember which authentication type have you chosen during app creation? If it was OAuth 2.0 then JWT and CCG won't work for you. ![image](https://user-images.githubusercontent.com/31014760/177517889-50eecea5-86c7-443a-a17b-69cea6a7e941.png) @lukaszsocha2

Hi @ericasaw, have you managed to authenticate using any other method than developer token?