-
lock_file_batch prevents file from being edited in the web but the API still can
Hi everyone! Hope you're having a great day 😀 I'm testing the lock functionality using two accounts; one is the owner of a shared folder and another is the user of that folder; sees it and uploads things inside. So the thing I'd like to achieve is that after the user uploads a file to the folder that user can't delete it.…
-
share folder to a single user using the API
Hello, hope everything is going well! I'm trying to generate a shared folder using the API. I just want one user to be able to upload files to it, is there any way to do that using the API? Thanks in advance 😀
-
Webhook not working after disabled
Hi everyone, hope you're doing well. I'm having issues with webhooks. I configured a webhook url which points to my nodejs app deployed on render, and initially everything was working fine. But as I haven't figured out how to add the signature check using node, after some requests my webhook got disabled because it threw…
-
pre-signed upload sessions
Hi, hope you're having a nice day! I'm developing a client side app with React to upload files, with a minimal interaction with an internal api. I want to use pre-signed urls because I'd like to hide sensitive information like access tokens from the client, and manage everything in the server. The files I expect to upload…