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?
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2024 年 11 月 10 日 6:13下午
Don’t use a date from May. We only keep 90 days worth of files around. Use today’s date instead.
iltlwp 的回复
于 2024 年 11 月 10 日 7:41下午
Thank you Travis!