Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 06:52 AM
It turns out that if the response is small and can fit 16mb limit, then status check will also provide single external link to download the data.
So I need a condition here. Maybe even something like this
if len(chunks) == 1:
external_url = response.json()['result']['external_links'][0]['external_link']