Question
Can I upload files within an app using the client.request
method?
Answer
No, the client.request
method does not support uploading or downloading binary files.
Instead, uploads should be handled with API calls. For more information, see these articles:
0 comments