Does anyone know if it’s possible to put a file where AppDaemon runs as a Hass.io addon?
I have an AppDaemon app that uses the Spotify API, and during the initial authentication, it’s required that a URL is opened in a browser to obtain a token. This isn’t possible in the context of AppDaemon. In the past, when I was running Hassbian, I authenticated through the browser locally, then placed a token cache file where AppDaemon was running, which allowed it to use my cached token rather than need to authenticate through the browser.
I have a new cache file, but I’m not sure how I can make that file available to my script while it’s running in AppDaemon. Does anyone know if this is possible?