I am trying to upload all the files in my dropbox to google drive , for now I am able to upload a single file from my dropbox if i mention the filename. how do I get all the file names from drop box? FILENAME = "C:/Users/RAM/Dropbox/Apps/dropboxfiles/file_dropbox.txt"
Asked
Active
Viewed 126 times
0
-
1possible duplicate of [Directory listing in Python](http://stackoverflow.com/questions/120656/directory-listing-in-python) – alexis Sep 14 '14 at 21:11
-
1Since the dropbox files are on your hard drive, just list them. – alexis Sep 14 '14 at 21:12