This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Android App crashes with DownloadManager when Endpoint returns 403 #296
Closed
Description
Are there any option to catch 403's from fetch with Android Download Manager?
The problem is that at the moment of the fetch call i'm not pretty sure if my endpoint responses with a valid 200. Do i have to check the endpoint manually before trying to download my binary with the DownloadManager?