新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

Query on uploading new file version using Box Node SDK function

回答済み
新規投稿

コメント

1件のコメント

  • jmoldow_box

    For uploading the initial file, you use

     

        uploadFile(parentFolderID, filename, content, callback)

     

    That callback is "called with data about the upload if successful, or an error if the upload failed".

     

    If the upload is successful, that data will look like the data in the example response given at https://docs.box.com/reference#upload-a-file . From there, you can retrieve the file id.

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。