saguiitay / DropboxRestAPI

Dropbox REST API client in C#
MIT License
46 stars 38 forks source link

Fix MetaData.FilesAsync() download request infinite loop problem #28

Open hg5fm opened 8 years ago

hg5fm commented 8 years ago

When request to the given file fails with specific errors like 404 Not Found, or 461 DMCA Takedown, the error was not recognized and we still tried to download the file resulting in an "infinite" loop of requests