Hass.io runs as user?

Hi all,

Moving to hass.io since I needed to refresh my environment anyway. Some problems, but generally it looks good.

I’m struggling with one thing however. I’m using Dropbox-uploader to backup my environment and copy images from camera’s. This is done via a bash script that is called from a shell_command. When I run it locally it runs fine, but from the shell command it doesn’t. After checking everything I found out that the user is not know to Dropbox-uploader and it therefore asks for the API.

Output from script below. There’s obviously no way I can enter this info form a script, so my question is: is hass.io running under a different username than root?

 This is the first time you run this script, please follow the instructions:

 1) Open the following URL in your Browser, and log in using your account: https://www.dropbox.com/developers/apps
 2) Click on "Create App", then select "Dropbox API app"
 3) Now go on with the configuration, choosing the app permissions and access restrictions to your DropBox folder
 4) Enter the "App Name" that you prefer (e.g. MyUploader14766269978656)

 Now, click on the "Create App" button.

 When your new App is successfully created, please click on the Generate button
 under the 'Generated access token' section, then copy and paste the new access token here:

 # Access token: 
 > The access token is . Looks ok?