You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
hkelly
12 months agoNew member | Level 2
Metadata fields Question
Hello! Could anyone tell me what the character limit for the following data fields are? File ID Version ID
Greg-DB
12 months agoDropbox Staff
You can find the information for any particular field/value for the Dropbox API in the documentation. For example, it sounds like you're referring to the 'id' and 'rev' values, such as in the FileMetadata type as returned by /2/files/get_metadata, for instance.
In the documentation there, the 'id' field value is specified as 'String(min_length=1)' meaning it is a string at least one character long, but with no maximum length guaranteed.
Likewise, the 'rev' field value is specified as 'String(min_length=9, pattern="[0-9a-f]+")' meaning it is a string at least nine characters long, but with no maximum length guaranteed.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,889 PostsLatest Activity: 2 hours agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!