I was using the ApiClient to upload some files on the collab storage. It was for a batch of around 50 models, and the first 20 or so were successfully uploaded. For all the remaining I kept getting the error: “You are forbidden to do this” which corresponds to StorageForbiddenException for the ApiClient.
On re-running the upload for one of the failed models, it went through smoothly and the files were available on collab storage. Wondering if it had anything to do with multiple repeated requests, I did a test today of uploading 50 dummy entries to collab storage in rapid succession, and there seemed to be no problem.
Could someone let me know under what scenarios this error can be expected? Not sure how I can reproduce the problem, so hard to debug.