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.
我正在使用 PHP 库来调用 Evernote API。我使用findNotesMetaData来获取笔记列表,但响应不包括笔记的内容/摘录或缩略图。所以我必须单独调用getNote来获取内容或缩略图。
是否可以在一次通话中获取内容/摘录或缩略图?我问的原因是因为如果有很多笔记,通过调用getNote获取每个笔记将花费大量时间!
目前,您无法在一次调用中检索所有笔记的内容。如果您的应用需要用户笔记的所有副本,最好考虑实现Full Sync。您还必须考虑速率限制。