Hi all,
The webpage https://developer.themoviedb.org/docs/daily-id-exports describes how we can access daily file exports, and provides some examples (http://files.tmdb.org/p/exports/movie_ids_05_15_2024.json.gz and http://files.tmdb.org/p/exports/adult_movie_ids_05_15_2024.json.gz). However, neither these example files nor any others I've tried work (as of Oct 2023 if not earlier). It gives the following error:
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>PXA02RNPM8X0ZQ6M</RequestId>
<HostId>Lc3GncS2+49bVff26zpJRFqb+3FK+Xy8epEBLgfFCgXkHf/kpw2q8ImnN9Vv3Ty1fMYbJawwBk8=</HostId>
</Error>
I have tried adding my api_key to the end of the url in case that is a new requirement, but that does not work.
I have tried logging into my tmdb account in case that was an issue, but that too does not work.
I have found the daily exports very useful. Is there a way to access them nowadays?
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av Travis Bell
den 10 November 2024 kl. 6:13 PM
Don’t use a date from May. We only keep 90 days worth of files around. Use today’s date instead.
Svar av iltlwp
den 10 November 2024 kl. 7:41 PM
Thank you Travis!