Where is Headless Horseman’s Package ID? I’ve searched everywhere

Great suggestion for most things, except that’s not what OP is asking (also @waterrunner).

He doesn’t want the bundle ID (the ID in the link), but the old package ID that some API members expect to fetch all assets in a package (now bundle). Having the old package ID that is no longer exposed directly in the link still allows you to fetch the contents of a package.

The solution for this issue is that you should use new API for fetching the bundle’s content rather than trying to fetch package contents. This post describes a solution and a plugin for fetching the contents of a bundle:

5 Likes