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

downloading and uploading files - python

新規投稿

コメント

1件のコメント

  • Alex Novotny

    Hello, 

    I believe you want to download the file into an output like this. 

     

    file_id = '11111'
    
    # Write the Box file contents to disk
    output_file = open('file.pdf', 'wb')
    client.file(file_id).download_to(output_file)
    0
    コメントアクション Permalink

投稿コメントは受け付けていません。