pydio / pydio-sync

Python version of the Pydio synchronization client
https://pydio.com
GNU General Public License v3.0
82 stars 32 forks source link

problem sync other users accounts #137

Closed riazz closed 8 years ago

riazz commented 8 years ago

Hello, i have just installed pydio-sync on my Ubuntu machine

it works well with "python main.py --api_user=admin-login --api_password=admin-password"

when i want to sync simple user account with "python main.py --api_user=user-login --api_password=user-login" nothing changes it keep syncing the admin account

how to make it sync other users accounts plz ? what should i change ?

7omate commented 8 years ago

I don't understand your problem, _--api__ sets the credentials to access the web interface locally. Visit http://localhost:5556/ to access it and configure sync tasks.