Shorten file names in Device Management Intents
tehmichael opened this issue · 0 comments
tehmichael commented
Hi there!
Recently we found that we had to reduce the amount of characters in the path to Device Management Intents because the exported file names are so long (minimum of about 100 characters). From what I can tell, its _.json, add some more characters from the file path its stored at and you're looking at exceeding 256 characters.
Right now our workaround is to move it to a file path that has lesser characters. Let me know if there is any additional information needed. Thanks!