Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从内容下载视频文件。获得资产 ID 后,我如何继续使用该资产 ID 从 CONTENTFUL 下载内容?
编辑:我不是要求确切的代码。只需要步骤即可。或任何链接。文档让我很困惑。
您所做的是使用资产 ID 从 Contentful 中获取资产。然后,资产包含二进制视频文件的实际 URL。
像这样:
client.asset('<asset_id>').url()