inputfoldertoken is a variable - so that should be fine. But I had a different thought error. I mixed up “createPersistentToken” and “localStorage.setItem(“persistent-token”, token);” - forgetting that “persistent-file” can be any string. It’s all a bit confusing and there’s so little documentation.
Your remark pushed me in the right direction - cheers.