-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload a folder #115
Comments
This is badly needed. the only thing to watch out for is hitting the api limit. But the uploader could wait and retry later on. |
It really would be a useful feature!
|
Your callstack is not from my pull request, This means that your error occurs when you try to read a directory, which is obviously not possible. But it is a good indication, in case the user has not rights to file/directory that this have to be covered as well. |
Well, I don't have the skills to build an executable. |
Here my last change compiled. You could also try it yourself. Install Visual Studio (for home use the "community" edition). clone or get the zip here on github. open the sln file via double click and press the green start button. |
for people who want to build an executable, ii isnt too hard.
|
The nicest feature would be to check a whole folder. Just drag and drop a folder and all files in it will be scanned. Right now just an exception appears.
The text was updated successfully, but these errors were encountered: