stewartmcgown / uds

📀 Unlimited Google Drive Storage by splitting binary files into base64
GNU Affero General Public License v3.0
4.35k stars 280 forks source link

uds.py -list #92

Open justarmadillo opened 4 years ago

justarmadillo commented 4 years ago

OS : Windows 10 Python Version : Python 3.8.0

I can easily opload and download files, but I can't see full list of files uploaded to drive, I've to write : python uds.py --list /and here the name of the file/ when I type python uds.py --list ,to see all files, it shows this error :

usage: uds.py [-h] [--push path_to_file] [--bunch word_in_file [path_to_file ...]] [--pull id] [-g name] [-b word_in_file] [-l query] [-u] [-d id] [-e name] [-w word_in_file] [-c id] [-C] [-D] uds.py: error: argument -l/--list: expected 1 argument

please help me or fix this bug if you can thank you very much !

jesseli2002 commented 4 years ago

Resolved in #96.