I would like to store the blobkey of a profile photo in a database I am making for a webapp. I see that blobkeys are just listed as strings, but I wanted to know the maximum length a blobkey can be so I know the size to use in my database schema. I checked the documentation but I cannot see it listed. Does anyone know the maximum length of a blobkey?
Thanks!
Edit:
Blobstore uses the X-AppEngine-BlobKey
header to communicate the Blobkey, does that mean I should limit to the maximum size of a header?
Seems to me that this would ~4K-16K as per: Maximum on http header values?