在获取LinkedIn API请求时可重复发生未记录的错误
https://api.linkedin.com/v2/socialActions?ids=[...]
使用客户端凭据令牌重复列出50个Share / UGC URN。消息包含:
Response status 500
com.linkedin.parseq.MultiException: Multiple errors in 'ParTask' task. (multiple causes follow; only first is shown in stack trace):
[com.linkedin.crema.api.exception.QuotaExceededException: Espresso read quota exceeded, custom finder query failed for key [urn:li:comment:(ugcPost:6473223167249772544,6473290484495187968)] and query (reactionType:LIKE)
在收到此错误时,在应用程序的“使用和限制”选项卡中未显示任何限制的端点或成员。 socialActions端点的“应用使用情况”为1%。
这浓缩咖啡阅读配额是什么?如何指定?使用用户令牌有帮助吗?
无论是在网上搜索还是在搜索中,我都找不到任何规范 LinkedIn API Documentation: Error Handling。