Custom App with JWT auth uploads just 12 files per session
AnsweredMy custom app is very simple, it has to upload every file in a list. Each list consist in 150-170 files and each file is 5 to 7mb in size. The problem I have is it stops in the 10th uploaded file. What is wrong?
My app uses box SDK for Python, JWT auth and uploads the content to a file shared to the app’s service account.
-
Hi
no, it doesn’t. It’s like the session is disconnected. The app is executed in a gcloud function and uploads the files from gcloud storage. When I run the app this way it upload 10 to 12 files. When I run the app locally it just uploads 3 to 5 files. Both finish without any error message.
Please sign in to leave a comment.
Comments
5 comments