调用getCommunitySharedFiles也会在Greenhouse playground中返回此Missing参数communityCollectionID错误。根据文档,它应该与getCommunityfiles相同。
答案 0 :(得分:0)
String requestUrl = FileUrls.GET_COMMUNITY_COLLECTION.format(this,FileUrlParts.accessType.get(accessType), FileUrlParts.communityId.get(communityId));
基于Collection enum
GET_COMMUNITY_COLLECTION(new VersionedUrl(v4_0, "{files}/{authType}/{accessType}/communitycollection/{communityCollectionId}/feed")),
社区集合ID永远不会被传递,并且应该是格式命令
的一部分public String format(BaseService service, NamedUrlPart... args) {
return builder.format(service, args);
}
我要求开发者修复