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

[API] Upload files in Python

新規投稿

コメント

5件のコメント

  • spgoel

    bump

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

    It is solved. Thank you very much

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

     Can you share how you solved the issue you were having? Thank you.

    0
    コメントアクション パーマリンク
  • Box Product Support

    The input tag with the file type creates a "Browse" button.

    0
    コメントアクション パーマリンク
  • vibhu1997
    user_id = '111111111' #whatever your user id is
    user = client.user(user_id)
    box_file = client.as_user(user).folder(folder_id).upload(file_path, file_name)
    

     

     

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

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