0

我正在尝试检索内容空间上的资源。

当我尝试使用.one方法进行查询时,我返回了一个

com.contentful.java.cda.CDAHttpException: null

可能有什么问题?

    FetchQuery<CDAEntry> fetch = client.fetch(CDAEntry.class);
    fetch = fetch.where("content_type", content_type);
    fetch = fetch.where("locale", "it_IT");

    // line below launch com.contentful.java.cda.CDAHttpException: null
    final CDAEntry entry = fetch.one(resourceId);
4

0 回答 0