Replies: 1 comment
-
// The requestSize may be changed. It is 512 KB here.
for await (const chunk of client.iterDownload({ requestSize: 1024 * 1024 / 2, file })) {
//
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there
as the title says how can I do that? by using downloadMedia function?
Beta Was this translation helpful? Give feedback.
All reactions