Welcome to the new Box Support website. Check out all the details here on what’s changed.

Download file to specified path in python

Answered
New post

Comments

1 comment

  • KS7315

    It is solved.

    #before
    output_file = open(box_file.name, 'wb')

     

    #after

    output_file = open("C:/Users/user/script/box/download_path/" + box_file.name, 'wb')

    0
    Comment actions Permalink

Please sign in to leave a comment.