Evernote API: Module: Limits

ModuleServicesData typesConstants
Limits EDAM_APPLICATIONDATA_ENTRY_LEN_MAX
EDAM_APPLICATIONDATA_NAME_LEN_MAX
EDAM_APPLICATIONDATA_NAME_LEN_MIN
EDAM_APPLICATIONDATA_NAME_REGEX
EDAM_APPLICATIONDATA_VALUE_LEN_MAX
EDAM_APPLICATIONDATA_VALUE_LEN_MIN
EDAM_APPLICATIONDATA_VALUE_REGEX
EDAM_ATTRIBUTE_LEN_MAX
EDAM_ATTRIBUTE_LEN_MIN
EDAM_ATTRIBUTE_LIST_MAX
EDAM_ATTRIBUTE_MAP_MAX
EDAM_ATTRIBUTE_REGEX
EDAM_BUSINESS_NOTEBOOKS_MAX
EDAM_BUSINESS_NOTEBOOK_DESCRIPTION_LEN_MAX
EDAM_BUSINESS_NOTEBOOK_DESCRIPTION_LEN_MIN
EDAM_BUSINESS_NOTEBOOK_DESCRIPTION_REGEX
EDAM_BUSINESS_NOTES_MAX
EDAM_BUSINESS_PHONE_NUMBER_LEN_MAX
EDAM_BUSINESS_TAGS_MAX
EDAM_BUSINESS_URI_LEN_MAX
EDAM_CONTENT_CLASS_FOOD_MEAL
EDAM_CONTENT_CLASS_HELLO_ENCOUNTER
EDAM_CONTENT_CLASS_HELLO_PROFILE
EDAM_CONTENT_CLASS_PENULTIMATE_NOTEBOOK
EDAM_CONTENT_CLASS_PENULTIMATE_PREFIX
EDAM_CONTENT_CLASS_SKITCH
EDAM_CONTENT_CLASS_SKITCH_PDF
EDAM_CONTENT_CLASS_SKITCH_PREFIX
EDAM_DEVICE_DESCRIPTION_LEN_MAX
EDAM_DEVICE_DESCRIPTION_REGEX
EDAM_DEVICE_ID_LEN_MAX
EDAM_DEVICE_ID_REGEX
EDAM_EMAIL_DOMAIN_REGEX
EDAM_EMAIL_LEN_MAX
EDAM_EMAIL_LEN_MIN
EDAM_EMAIL_LOCAL_REGEX
EDAM_EMAIL_REGEX
EDAM_FOOD_APP_CONTENT_CLASS_PREFIX
EDAM_GUID_LEN_MAX
EDAM_GUID_LEN_MIN
EDAM_GUID_REGEX
EDAM_HASH_LEN
EDAM_HELLO_APP_CONTENT_CLASS_PREFIX
EDAM_INDEXABLE_RESOURCE_MIME_TYPES
EDAM_MAX_PREFERENCES
EDAM_MAX_VALUES_PER_PREFERENCE
EDAM_MIME_LEN_MAX
EDAM_MIME_LEN_MIN
EDAM_MIME_REGEX
EDAM_MIME_TYPES
EDAM_MIME_TYPE_AAC
EDAM_MIME_TYPE_AMR
EDAM_MIME_TYPE_DEFAULT
EDAM_MIME_TYPE_GIF
EDAM_MIME_TYPE_INK
EDAM_MIME_TYPE_JPEG
EDAM_MIME_TYPE_M4A
EDAM_MIME_TYPE_MP3
EDAM_MIME_TYPE_MP4_VIDEO
EDAM_MIME_TYPE_PDF
EDAM_MIME_TYPE_PNG
EDAM_MIME_TYPE_WAV
EDAM_NOTEBOOK_NAME_LEN_MAX
EDAM_NOTEBOOK_NAME_LEN_MIN
EDAM_NOTEBOOK_NAME_REGEX
EDAM_NOTEBOOK_SHARED_NOTEBOOK_MAX
EDAM_NOTEBOOK_STACK_LEN_MAX
EDAM_NOTEBOOK_STACK_LEN_MIN
EDAM_NOTEBOOK_STACK_REGEX
EDAM_NOTE_CONTENT_CLASS_LEN_MAX
EDAM_NOTE_CONTENT_CLASS_LEN_MIN
EDAM_NOTE_CONTENT_CLASS_REGEX
EDAM_NOTE_CONTENT_LEN_MAX
EDAM_NOTE_CONTENT_LEN_MIN
EDAM_NOTE_RESOURCES_MAX
EDAM_NOTE_SIZE_MAX_FREE
EDAM_NOTE_SIZE_MAX_PREMIUM
EDAM_NOTE_TAGS_MAX
EDAM_NOTE_TITLE_LEN_MAX
EDAM_NOTE_TITLE_LEN_MIN
EDAM_NOTE_TITLE_REGEX
EDAM_PREFERENCE_NAME_LEN_MAX
EDAM_PREFERENCE_NAME_LEN_MIN
EDAM_PREFERENCE_NAME_REGEX
EDAM_PREFERENCE_SHORTCUTS
EDAM_PREFERENCE_SHORTCUTS_MAX_VALUES
EDAM_PREFERENCE_VALUE_LEN_MAX
EDAM_PREFERENCE_VALUE_LEN_MIN
EDAM_PREFERENCE_VALUE_REGEX
EDAM_PUBLISHING_DESCRIPTION_LEN_MAX
EDAM_PUBLISHING_DESCRIPTION_LEN_MIN
EDAM_PUBLISHING_DESCRIPTION_REGEX
EDAM_PUBLISHING_URI_LEN_MAX
EDAM_PUBLISHING_URI_LEN_MIN
EDAM_PUBLISHING_URI_PROHIBITED
EDAM_PUBLISHING_URI_REGEX
EDAM_RELATED_MAX_NOTEBOOKS
EDAM_RELATED_MAX_NOTES
EDAM_RELATED_MAX_TAGS
EDAM_RELATED_PLAINTEXT_LEN_MAX
EDAM_RELATED_PLAINTEXT_LEN_MIN
EDAM_RESOURCE_SIZE_MAX_FREE
EDAM_RESOURCE_SIZE_MAX_PREMIUM
EDAM_SAVED_SEARCH_NAME_LEN_MAX
EDAM_SAVED_SEARCH_NAME_LEN_MIN
EDAM_SAVED_SEARCH_NAME_REGEX
EDAM_SEARCH_QUERY_LEN_MAX
EDAM_SEARCH_QUERY_LEN_MIN
EDAM_SEARCH_QUERY_REGEX
EDAM_SEARCH_SUGGESTIONS_MAX
EDAM_SEARCH_SUGGESTIONS_PREFIX_LEN_MAX
EDAM_SEARCH_SUGGESTIONS_PREFIX_LEN_MIN
EDAM_TAG_NAME_LEN_MAX
EDAM_TAG_NAME_LEN_MIN
EDAM_TAG_NAME_REGEX
EDAM_TIMEZONE_LEN_MAX
EDAM_TIMEZONE_LEN_MIN
EDAM_TIMEZONE_REGEX
EDAM_USER_LINKED_NOTEBOOK_MAX
EDAM_USER_LINKED_NOTEBOOK_MAX_PREMIUM
EDAM_USER_MAIL_LIMIT_DAILY_FREE
EDAM_USER_MAIL_LIMIT_DAILY_PREMIUM
EDAM_USER_NAME_LEN_MAX
EDAM_USER_NAME_LEN_MIN
EDAM_USER_NAME_REGEX
EDAM_USER_NOTEBOOKS_MAX
EDAM_USER_NOTES_MAX
EDAM_USER_PASSWORD_LEN_MAX
EDAM_USER_PASSWORD_LEN_MIN
EDAM_USER_PASSWORD_REGEX
EDAM_USER_RECENT_MAILED_ADDRESSES_MAX
EDAM_USER_SAVED_SEARCHES_MAX
EDAM_USER_TAGS_MAX
EDAM_USER_UPLOAD_LIMIT_BUSINESS
EDAM_USER_UPLOAD_LIMIT_BUSINESS_PER_USER
EDAM_USER_UPLOAD_LIMIT_FREE
EDAM_USER_UPLOAD_LIMIT_PREMIUM
EDAM_USER_USERNAME_LEN_MAX
EDAM_USER_USERNAME_LEN_MIN
EDAM_USER_USERNAME_REGEX
EDAM_VAT_REGEX

Constants

ConstantTypeValue
EDAM_ATTRIBUTE_LEN_MINi321
Minimum length of any string-based attribute, in Unicode chars
EDAM_ATTRIBUTE_LEN_MAXi324096
Maximum length of any string-based attribute, in Unicode chars
EDAM_ATTRIBUTE_REGEXstring"^[^\p{Cc}\p{Zl}\p{Zp}]{1,4096}$"
Any string-based attribute must match the provided regular expression. This excludes all Unicode line endings and control characters.
EDAM_ATTRIBUTE_LIST_MAXi32100
The maximum number of values that can be stored in a list-based attribute (e.g. see UserAttributes.recentMailedAddresses)
EDAM_ATTRIBUTE_MAP_MAXi32100
The maximum number of entries that can be stored in a map-based attribute such as applicationData fields in Resources and Notes.
EDAM_GUID_LEN_MINi3236
The minimum length of a GUID generated by the Evernote service
EDAM_GUID_LEN_MAXi3236
The maximum length of a GUID generated by the Evernote service
EDAM_GUID_REGEXstring"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
GUIDs generated by the Evernote service will match the provided pattern
EDAM_EMAIL_LEN_MINi326
The minimum length of any email address
EDAM_EMAIL_LEN_MAXi32255
The maximum length of any email address
EDAM_EMAIL_LOCAL_REGEXstring"^[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+(\.[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+)*$"
A regular expression that matches the part of an email address before the '@' symbol.
EDAM_EMAIL_DOMAIN_REGEXstring"^[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)*\.([A-Za-z]{2,})$"
A regular expression that matches the part of an email address after the '@' symbol.
EDAM_EMAIL_REGEXstring"^[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+(\.[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+)*@[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)*\.([A-Za-z]{2,})$"
A regular expression that must match any email address given to Evernote. Email addresses must comply with RFC 2821 and 2822.
EDAM_VAT_REGEXstring"^((AT)?U[0-9]{8}|(BE)?0?[0-9]{9}|(BG)?[0-9]{9,10}|(CY)?[0-9]{8}L|(CZ)?[0-9]{8,10}|(DE)?[0-9]{9}|(DK)?[0-9]{8}|(EE)?[0-9]{9}|(EL|GR)?[0-9]{9}|(ES)?[0-9A-Z][0-9]{7}[0-9A-Z]|(FI)?[0-9]{8}|(FR)?[0-9A-Z]{2}[0-9]{9}|(GB)?([0-9]{9}([0-9]{3})?|[A-Z]{2}[0-9]{3})|(HU)?[0-9]{8}|(IE)?[0-9]S[0-9]{5}L|(IT)?[0-9]{11}|(LT)?([0-9]{9}|[0-9]{12})|(LU)?[0-9]{8}|(LV)?[0-9]{11}|(MT)?[0-9]{8}|(NL)?[0-9]{9}B[0-9]{2}|(PL)?[0-9]{10}|(PT)?[0-9]{9}|(RO)?[0-9]{2,10}|(SE)?[0-9]{12}|(SI)?[0-9]{8}|(SK)?[0-9]{10})|[0-9]{9}MVA|[0-9]{6}|CHE[0-9]{9}(TVA|MWST|IVA)$"
A regular expression that must match any VAT ID given to Evernote. ref http://en.wikipedia.org/wiki/VAT_identification_number ref http://my.safaribooksonline.com/book/programming/regular-expressions/9780596802837/4dot-validation-and-formatting/id2995136
EDAM_TIMEZONE_LEN_MINi321
The minimum length of a timezone specification string
EDAM_TIMEZONE_LEN_MAXi3232
The maximum length of a timezone specification string
EDAM_TIMEZONE_REGEXstring"^([A-Za-z_-]+(/[A-Za-z_-]+)*)|(GMT(-|\+)[0-9]{1,2}(:[0-9]{2})?)$"
Any timezone string given to Evernote must match the provided pattern. This permits either a locale-based standard timezone or a GMT offset. E.g.:
  • America/Los_Angeles
  • GMT+08:00

EDAM_MIME_LEN_MINi323
The minimum length of any MIME type string given to Evernote
EDAM_MIME_LEN_MAXi32255
The maximum length of any MIME type string given to Evernote
EDAM_MIME_REGEXstring"^[A-Za-z]+/[A-Za-z0-9._+-]+$"
Any MIME type string given to Evernote must match the provided pattern. E.g.: image/gif
EDAM_MIME_TYPE_GIFstring"image/gif"
Canonical MIME type string for GIF image resources
EDAM_MIME_TYPE_JPEGstring"image/jpeg"
Canonical MIME type string for JPEG image resources
EDAM_MIME_TYPE_PNGstring"image/png"
Canonical MIME type string for PNG image resources
EDAM_MIME_TYPE_WAVstring"audio/wav"
Canonical MIME type string for WAV audio resources
EDAM_MIME_TYPE_MP3string"audio/mpeg"
Canonical MIME type string for MP3 audio resources
EDAM_MIME_TYPE_AMRstring"audio/amr"
Canonical MIME type string for AMR audio resources
EDAM_MIME_TYPE_AACstring"audio/aac"
Canonical MIME type string for AAC audio resources
EDAM_MIME_TYPE_M4Astring"audio/mp4"
Canonical MIME type string for MP4 audio resources
EDAM_MIME_TYPE_MP4_VIDEOstring"video/mp4"
Canonical MIME type string for MP4 video resources
EDAM_MIME_TYPE_INKstring"application/vnd.evernote.ink"
Canonical MIME type string for Evernote Ink resources
EDAM_MIME_TYPE_PDFstring"application/pdf"
Canonical MIME type string for PDF resources
EDAM_MIME_TYPE_DEFAULTstring"application/octet-stream"
MIME type used for attachments of an unspecified type
EDAM_MIME_TYPESset<string>{ "image/gif", "image/jpeg", "image/png", "audio/wav", "audio/mpeg", "audio/amr", "application/vnd.evernote.ink", "application/pdf", "video/mp4", "audio/aac", "audio/mp4" }
The set of resource MIME types that are expected to be handled correctly by all of the major Evernote client applications.
EDAM_INDEXABLE_RESOURCE_MIME_TYPESset<string>{ "application/msword", "application/mspowerpoint", "application/excel", "application/vnd.ms-word", "application/vnd.ms-powerpoint", "application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.openxmlformats-officedocument.presentationml.presentation", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.apple.pages", "application/vnd.apple.numbers", "application/vnd.apple.keynote", "application/x-iwork-pages-sffpages", "application/x-iwork-numbers-sffnumbers", "application/x-iwork-keynote-sffkey" }
The set of MIME types that Evernote will parse and index for searching. With exception of images, and PDFs, which are handled in a different way.
EDAM_SEARCH_QUERY_LEN_MINi320
The minimum length of a user search query string in Unicode chars
EDAM_SEARCH_QUERY_LEN_MAXi321024
The maximum length of a user search query string in Unicode chars
EDAM_SEARCH_QUERY_REGEXstring"^[^\p{Cc}\p{Zl}\p{Zp}]{0,1024}$"
Search queries must match the provided pattern. This is used for both ad-hoc queries and SavedSearch.query fields. This excludes all control characters and line/paragraph separators.
EDAM_HASH_LENi3216
The exact length of a MD5 hash checksum, in binary bytes. This is the exact length that must be matched for any binary hash value.
EDAM_USER_USERNAME_LEN_MINi321
The minimum length of an Evernote username
EDAM_USER_USERNAME_LEN_MAXi3264
The maximum length of an Evernote username
EDAM_USER_USERNAME_REGEXstring"^[a-z0-9]([a-z0-9_-]{0,62}[a-z0-9])?$"
Any Evernote User.username field must match this pattern. This restricts usernames to a format that could permit use as a domain name component. E.g. "username.whatever.evernote.com"
EDAM_USER_NAME_LEN_MINi321
Minimum length of the User.name field
EDAM_USER_NAME_LEN_MAXi32255
Maximum length of the User.name field
EDAM_USER_NAME_REGEXstring"^[^\p{Cc}\p{Zl}\p{Zp}]{1,255}$"
The User.name field must match this pattern, which excludes line endings and control characters.
EDAM_TAG_NAME_LEN_MINi321
The minimum length of a Tag.name, in Unicode characters
EDAM_TAG_NAME_LEN_MAXi32100
The maximum length of a Tag.name, in Unicode characters
EDAM_TAG_NAME_REGEXstring"^[^,\p{Cc}\p{Z}]([^,\p{Cc}\p{Zl}\p{Zp}]{0,98}[^,\p{Cc}\p{Z}])?$"
All Tag.name fields must match this pattern. This excludes control chars, commas or line/paragraph separators. The string may not begin or end with whitespace.
EDAM_NOTE_TITLE_LEN_MINi321
The minimum length of a Note.title, in Unicode characters
EDAM_NOTE_TITLE_LEN_MAXi32255
The maximum length of a Note.title, in Unicode characters
EDAM_NOTE_TITLE_REGEXstring"^[^\p{Cc}\p{Z}]([^\p{Cc}\p{Zl}\p{Zp}]{0,253}[^\p{Cc}\p{Z}])?$"
All Note.title fields must match this pattern. This excludes control chars or line/paragraph separators. The string may not begin or end with whitespace.
EDAM_NOTE_CONTENT_LEN_MINi320
Minimum length of a Note.content field. Note.content fields must comply with the ENML DTD.
EDAM_NOTE_CONTENT_LEN_MAXi325242880
Maximum length of a Note.content field Note.content fields must comply with the ENML DTD.
EDAM_APPLICATIONDATA_NAME_LEN_MINi323
Minimum length of an application name, which is the key in an applicationData LazyMap found in entities such as Resources and Notes.
EDAM_APPLICATIONDATA_NAME_LEN_MAXi3232
Maximum length of an application name, which is the key in an applicationData LazyMap found in entities such as Resources and Notes.
EDAM_APPLICATIONDATA_VALUE_LEN_MINi320
Minimum length of an applicationData value in a LazyMap, found in entities such as Resources and Notes.
EDAM_APPLICATIONDATA_VALUE_LEN_MAXi324092
Maximum length of an applicationData value in a LazyMap, found in entities such as Resources and Notes. Note, however, that the sum of the size of hte key and value is constrained by EDAM_APPLICATIONDATA_ENTRY_LEN_MAX, so the maximum length, in practice, depends upon the key value being used.
EDAM_APPLICATIONDATA_ENTRY_LEN_MAXi324095
The total length of an entry in an applicationData LazyMap, which is the sum of the length of the key and the value for the entry.
EDAM_APPLICATIONDATA_NAME_REGEXstring"^[A-Za-z0-9_.-]{3,32}$"
An application name must match this regex. An application name is the key portion of an entry in an applicationData map as found in entities such as Resources and Notes. Note that even if both the name and value regexes match, it is still necessary to check the sum of the lengths against EDAM_APPLICATIONDATA_ENTRY_LEN_MAX.
EDAM_APPLICATIONDATA_VALUE_REGEXstring"^[^\p{Cc}]{0,4092}$"
An applicationData map value must match this regex. Note that even if both the name and value regexes match, it is still necessary to check the sum of the lengths against EDAM_APPLICATIONDATA_ENTRY_LEN_MAX.
EDAM_NOTEBOOK_NAME_LEN_MINi321
The minimum length of a Notebook.name, in Unicode characters
EDAM_NOTEBOOK_NAME_LEN_MAXi32100
The maximum length of a Notebook.name, in Unicode characters
EDAM_NOTEBOOK_NAME_REGEXstring"^[^\p{Cc}\p{Z}]([^\p{Cc}\p{Zl}\p{Zp}]{0,98}[^\p{Cc}\p{Z}])?$"
All Notebook.name fields must match this pattern. This excludes control chars or line/paragraph separators. The string may not begin or end with whitespace.
EDAM_NOTEBOOK_STACK_LEN_MINi321
The minimum length of a Notebook.stack, in Unicode characters
EDAM_NOTEBOOK_STACK_LEN_MAXi32100
The maximum length of a Notebook.stack, in Unicode characters
EDAM_NOTEBOOK_STACK_REGEXstring"^[^\p{Cc}\p{Z}]([^\p{Cc}\p{Zl}\p{Zp}]{0,98}[^\p{Cc}\p{Z}])?$"
All Notebook.stack fields must match this pattern. This excludes control chars or line/paragraph separators. The string may not begin or end with whitespace.
EDAM_PUBLISHING_URI_LEN_MINi321
The minimum length of a public notebook URI component
EDAM_PUBLISHING_URI_LEN_MAXi32255
The maximum length of a public notebook URI component
EDAM_PUBLISHING_URI_REGEXstring"^[a-zA-Z0-9.~_+-]{1,255}$"
A public notebook URI component must match the provided pattern
EDAM_PUBLISHING_URI_PROHIBITEDset<string>{ ".." }
The set of strings that may not be used as a publishing URI
EDAM_PUBLISHING_DESCRIPTION_LEN_MINi321
The minimum length of a Publishing.publicDescription field.
EDAM_PUBLISHING_DESCRIPTION_LEN_MAXi32200
The maximum length of a Publishing.publicDescription field.
EDAM_PUBLISHING_DESCRIPTION_REGEXstring"^[^\p{Cc}\p{Z}]([^\p{Cc}\p{Zl}\p{Zp}]{0,198}[^\p{Cc}\p{Z}])?$"
Any public notebook's Publishing.publicDescription field must match this pattern. No control chars or line/paragraph separators, and can't start or end with whitespace.
EDAM_SAVED_SEARCH_NAME_LEN_MINi321
The minimum length of a SavedSearch.name field
EDAM_SAVED_SEARCH_NAME_LEN_MAXi32100
The maximum length of a SavedSearch.name field
EDAM_SAVED_SEARCH_NAME_REGEXstring"^[^\p{Cc}\p{Z}]([^\p{Cc}\p{Zl}\p{Zp}]{0,98}[^\p{Cc}\p{Z}])?$"
SavedSearch.name fields must match this pattern. No control chars or line/paragraph separators, and can't start or end with whitespace.
EDAM_USER_PASSWORD_LEN_MINi326
The minimum length of an Evernote user password
EDAM_USER_PASSWORD_LEN_MAXi3264
The maximum length of an Evernote user password
EDAM_USER_PASSWORD_REGEXstring"^[A-Za-z0-9!#$%&'()*+,./:;<=>?@^_`{|}~\[\]\\-]{6,64}$"
Evernote user passwords must match this regular expression
EDAM_BUSINESS_URI_LEN_MAXi3232
The maximum length of an Evernote Business URI
EDAM_NOTE_TAGS_MAXi32100
The maximum number of Tags per Note
EDAM_NOTE_RESOURCES_MAXi321000
The maximum number of Resources per Note
EDAM_USER_TAGS_MAXi32100000
Maximum number of Tags per account
EDAM_BUSINESS_TAGS_MAXi32100000
Maximum number of Tags per business account.
EDAM_USER_SAVED_SEARCHES_MAXi32100
Maximum number of SavedSearches per account
EDAM_USER_NOTES_MAXi32100000
Maximum number of Notes per user
EDAM_BUSINESS_NOTES_MAXi32500000
Maximum number of Notes per business account
EDAM_USER_NOTEBOOKS_MAXi32250
Maximum number of Notebooks per user
EDAM_BUSINESS_NOTEBOOKS_MAXi3210000
Maximum number of Notebooks in a business account
EDAM_USER_RECENT_MAILED_ADDRESSES_MAXi3210
Maximum number of recent email addresses that are maintained (see UserAttributes.recentMailedAddresses)
EDAM_USER_MAIL_LIMIT_DAILY_FREEi3250
The number of emails of any type that can be sent by a user with a Free account from the service per day. If an email is sent to two different recipients, this counts as two emails.
EDAM_USER_MAIL_LIMIT_DAILY_PREMIUMi32200
The number of emails of any type that can be sent by a user with a Premium account from the service per day. If an email is sent to two different recipients, this counts as two emails.
EDAM_USER_UPLOAD_LIMIT_FREEi6462914560
The number of bytes of new data that may be uploaded to a Free user's account each month.
EDAM_USER_UPLOAD_LIMIT_PREMIUMi644294967296
The number of bytes of new data that may be uploaded to a Premium user's account each month.
EDAM_USER_UPLOAD_LIMIT_BUSINESSi644294967296
The number of bytes of new data that may be uploaded to a Business user's personal account each month. Note that content uploaded into the Business notebooks by the user does not count against this limit.
EDAM_USER_UPLOAD_LIMIT_BUSINESS_PER_USERi642147483647
The number of bytes of new data that may be uploaded to a Business for each member of the business per month. The total bytes available can be determined by multiplying this with the number of business users.
EDAM_NOTE_SIZE_MAX_FREEi3226214400
Maximum total size of a Note that can be added to a Free account. The size of a note is calculated as: ENML content length (in Unicode characters) plus the sum of all resource sizes (in bytes).
EDAM_NOTE_SIZE_MAX_PREMIUMi32104857600
Maximum total size of a Note that can be added to a Premium account. The size of a note is calculated as: ENML content length (in Unicode characters) plus the sum of all resource sizes (in bytes).
EDAM_RESOURCE_SIZE_MAX_FREEi3226214400
Maximum size of a resource, in bytes, for Free accounts
EDAM_RESOURCE_SIZE_MAX_PREMIUMi32104857600
Maximum size of a resource, in bytes, for Premium accounts
EDAM_USER_LINKED_NOTEBOOK_MAXi32100
Maximum number of linked notebooks per account, for a free account.
EDAM_USER_LINKED_NOTEBOOK_MAX_PREMIUMi32250
Maximum number of linked notebooks per account, for a premium account. Users who are part of an active business are also covered under "premium".
EDAM_NOTEBOOK_SHARED_NOTEBOOK_MAXi32250
Maximum number of shared notebooks per notebook
EDAM_NOTE_CONTENT_CLASS_LEN_MINi323
The minimum length of the content class attribute of a note.
EDAM_NOTE_CONTENT_CLASS_LEN_MAXi3232
The maximum length of the content class attribute of a note.
EDAM_NOTE_CONTENT_CLASS_REGEXstring"^[A-Za-z0-9_.-]{3,32}$"
The regular expression that the content class of a note must match to be valid.
EDAM_HELLO_APP_CONTENT_CLASS_PREFIXstring"evernote.hello."
The content class prefix used for all notes created by Evernote Hello. This prefix can be used to assemble individual content class strings, or can be used to create a wildcard search to get all notes created by Hello. When performing a wildcard search via filtered sync chunks or search strings, the * character must be appended to this constant.
EDAM_FOOD_APP_CONTENT_CLASS_PREFIXstring"evernote.food."
The content class prefix used for all notes created by Evernote Food. This prefix can be used to assemble individual content class strings, or can be used to create a wildcard search to get all notes created by Food. When performing a wildcard search via filtered sync chunks or search strings, the * character must be appended to this constant.
EDAM_CONTENT_CLASS_HELLO_ENCOUNTERstring"evernote.hello.encounter"
The content class prefix used for structured notes created by Evernote Hello that represents an encounter with a person. When performing a wildcard search via filtered sync chunks or search strings, the * character must be appended to this constant.
EDAM_CONTENT_CLASS_HELLO_PROFILEstring"evernote.hello.profile"
The content class prefix used for structured notes created by Evernote Hello that represents the user's profile. When performing a wildcard search via filtered sync chunks or search strings, the * character must be appended to this constant.
EDAM_CONTENT_CLASS_FOOD_MEALstring"evernote.food.meal"
The content class prefix used for structured notes created by Evernote Food that captures the experience of a particular meal. When performing a wildcard search via filtered sync chunks or search strings, the * character must be appended to this constant.
EDAM_CONTENT_CLASS_SKITCH_PREFIXstring"evernote.skitch"
The content class prefix used for structured notes created by Evernote Skitch. When performing a wildcard search via filtered sync chunks or search strings, the * character must be appended to this constant.
EDAM_CONTENT_CLASS_SKITCHstring"evernote.skitch"
The content class value used for structured image notes created by Evernote Skitch.
EDAM_CONTENT_CLASS_SKITCH_PDFstring"evernote.skitch.pdf"
The content class value used for structured PDF notes created by Evernote Skitch.
EDAM_CONTENT_CLASS_PENULTIMATE_PREFIXstring"evernote.penultimate."
The content class prefix used for structured notes created by Evernote Penultimate. When performing a wildcard search via filtered sync chunks or search strings, the * character must be appended to this constant.
EDAM_CONTENT_CLASS_PENULTIMATE_NOTEBOOKstring"evernote.penultimate.notebook"
The content class value used for structured notes created by Evernote Penultimate that represents a Penultimate notebook.
The minimum length of the plain text in a findRelated query, assuming that plaintext is being provided.
The maximum length of the plain text in a findRelated query, assuming that plaintext is being provided.
The maximum number of notes that will be returned from a findRelated() query.
The maximum number of notebooks that will be returned from a findRelated() query.
The maximum number of tags that will be returned from a findRelated() query.
EDAM_BUSINESS_NOTEBOOK_DESCRIPTION_LEN_MINi321
The minimum length, in Unicode characters, of a description for a business notebook.
EDAM_BUSINESS_NOTEBOOK_DESCRIPTION_LEN_MAXi32200
The maximum length, in Unicode characters, of a description for a business notebook.
EDAM_BUSINESS_NOTEBOOK_DESCRIPTION_REGEXstring"^[^\p{Cc}\p{Z}]([^\p{Cc}\p{Zl}\p{Zp}]{0,198}[^\p{Cc}\p{Z}])?$"
All business notebook descriptions must match this pattern. This excludes control chars or line/paragraph separators. The string may not begin or end with whitespace.
EDAM_BUSINESS_PHONE_NUMBER_LEN_MAXi3220
The maximum length of a business phone number.
EDAM_PREFERENCE_NAME_LEN_MINi323
Minimum length of a preference name
EDAM_PREFERENCE_NAME_LEN_MAXi3232
Maximum length of a preference name
EDAM_PREFERENCE_VALUE_LEN_MINi321
Minimum length of a preference value
EDAM_PREFERENCE_VALUE_LEN_MAXi321024
Maximum length of a preference value
EDAM_MAX_PREFERENCESi32100
Maximum number of name/value pairs allowed
EDAM_MAX_VALUES_PER_PREFERENCEi32256
Maximum number of values per preference name
EDAM_PREFERENCE_NAME_REGEXstring"^[A-Za-z0-9_.-]{3,32}$"
A preference name must match this regex.
EDAM_PREFERENCE_VALUE_REGEXstring"^[^\p{Cc}]{1,1024}$"
A preference value must match this regex.
EDAM_PREFERENCE_SHORTCUTSstring"evernote.shortcuts"
The name of the preferences entry that contains shortcuts.
EDAM_PREFERENCE_SHORTCUTS_MAX_VALUESi32250
The maximum number of shortcuts that a user may have.
EDAM_DEVICE_ID_LEN_MAXi3232
Maximum length of the device identifier string associated with long sessions.
EDAM_DEVICE_ID_REGEXstring"^[^\p{Cc}]{1,32}$"
Regular expression for device identifier strings associated with long sessions.
EDAM_DEVICE_DESCRIPTION_LEN_MAXi3264
Maximum length of the device description string associated with long sessions.
EDAM_DEVICE_DESCRIPTION_REGEXstring"^[^\p{Cc}]{1,64}$"
Regular expression for device description strings associated with long sessions.
EDAM_SEARCH_SUGGESTIONS_MAXi3210
Maximum number of search suggestions that can be returned
EDAM_SEARCH_SUGGESTIONS_PREFIX_LEN_MAXi321024
Maximum length of the search suggestion prefix
EDAM_SEARCH_SUGGESTIONS_PREFIX_LEN_MINi322
Minimum length of the search suggestion prefix