Hi,
When I try to add my app, I get this error message:
Error: Maximum display name length is 255 bytes and/or maximum description length is 4KB
However; this is the contents of my app.properties
# Required fields
displayName=REST sample
description=Simple demo on how to use REST
releaseNumber=1
minimumClientVersion=1
# Make sure the type is an app!
type=app
Any idea why this error is thrown?