python - download multiple files to make up for not being able to download folders -
i trying download contents of folder files hard drive , code have been using. have tried different variations of of them print last item in list
for in seed: new_download=open(i,'w') print (i) new_download.close() open_file=open(i,'wb') k in seed_id: client.file(k).download_to(open_file) print (k) open_file.close()
the files want name of file in box matched in machine.
Comments
Post a Comment