You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the remoteFileUrl created, but file content is empty.
but remoteFileUrl+'debug.txt' works well,
I dont know why createWriteStream not work( writeStream on data can print content data, but file is empty) . I have to uses putFileContents to walk around.
The text was updated successfully, but these errors were encountered:
Hi, I want to use createWriteStream to upload a local file.
the remoteFileUrl created, but file content is empty.
but remoteFileUrl+'debug.txt' works well,
I dont know why createWriteStream not work( writeStream on data can print content data, but file is empty) . I have to uses putFileContents to walk around.
The text was updated successfully, but these errors were encountered: