-
Hi there, I'm following the node tutorial (https://docs.deta.sh/docs/drive/node_tutorial) and realized Could you guys please add chunked file upload support to the node package? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @janzheng |
Beta Was this translation helpful? Give feedback.
Hello @janzheng
drive.put()
already uses the chunked files API by default. The problem with the larger files might most likely be because of a Micro's5.5 MB
maximum payload limit (https://docs.deta.sh/docs/micros/about#technical-specifications). Can you please tell what issue you get exactly?