Chris Clark
Chris Clark
@Nate-Wilkins Awesome!
It would be really helpful to have a section in the readme on how to build a native compiler. Also it would be nice if it was scripted so it...
I've never heard that before and I can't think of anything that would cause that.
That's a great optimization, thanks! I opened a pull request; if you can test it out and verify that it works I'll merge it: https://github.com/clark800/dropbox-restore/pull/42
Dropbox is case insensitive, so I don't think there is any way to fix this: https://www.dropbox.com/developers-v1/core/bestpractices
I probably won't have time to work on this anytime soon, but API v1 will continue to work until June 28th, 2017.
Was this tested on Linux and OSX?
Can you provide any additional information about what caused the error? Putting a try/except around this code is probably not the best way to address this issue, so I would...
I can't reproduce this, so there's no way to debug it. Please provide as much information as you can so that someone can figure it out at some point.
It looks like this would make the program exit with an exit code of zero even when it failed to restore files; I don't think we can do that. And...