I want a user to be able to choose where to save a file through one of these windows, but I don't know how.
So far all I have for downloading is
dst_folder = input("Enter in the folder you want to download this file to: ")
stream.download(dst_folder)
This works, but you can type in literally anything for the input.