Gdrive rclone mount breaks after few time

It is happening a strange thing.
I mount my gdrive with rclone.
I have 2 server, 1 on a vps and 1 in my house.
I created 2 different id and secrets for the 2 server.
The server on my vps always works without problems.
The one in my house see to break configuration after 1/2 hours.
When i make rclone config and mount gdrive it works, when after it breaks if i try to mount it does not work anymore and i have to make rclone config again, and so on.

This is the log.
Any idea?

> 2017/01/16 14:24:39 rclone: Version "v1.35" starting with parameters ["rclone" "-v" "mount" "--allow-non-empty" "--allow-other" "--max-read-ahead" "200M" "--drive-chunk-size" "128M" "--checkers" "40" "--dir-cache-time" "30m" "--t$

2017/01/16 14:24:40 Google drive root ‘’: Modify window is 1ms
2017/01/16 14:24:40 Google drive root ‘’: Mounting on “/media/Google”
2017/01/16 14:24:40 Google drive root ‘’: Root()
2017/01/16 14:24:40 .Trash: Dir.Lookup
2017/01/16 14:24:40 : Reading directory
2017/01/16 14:24:40 Google drive root ‘’: Reading “”
2017/01/16 14:24:40 Google drive root ‘’: Finished reading “”
2017/01/16 14:24:40 .xdg-volume-info: Dir.Lookup
2017/01/16 14:24:40 autorun.inf: Dir.Lookup
2017/01/16 14:24:40 : Dir.ReadDirAll
2017/01/16 14:24:40 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:40 .Trash-1000: Dir.Lookup
2017/01/16 14:24:40 : Dir.ReadDirAll
2017/01/16 14:24:40 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:40 : Dir.ReadDirAll
2017/01/16 14:24:40 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:40 : Dir.ReadDirAll
2017/01/16 14:24:40 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:40 : Dir.ReadDirAll
2017/01/16 14:24:40 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:40 : Dir.ReadDirAll
2017/01/16 14:24:40 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:40 : Dir.ReadDirAll
2017/01/16 14:24:40 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:40 : Dir.ReadDirAll
2017/01/16 14:24:40 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:40 : Dir.ReadDirAll
2017/01/16 14:24:40 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:40 autorun.inf: Dir.Lookup
2017/01/16 14:24:51 : Dir.Attr
2017/01/16 14:24:51 : Dir.ReadDirAll
2017/01/16 14:24:51 : Dir.ReadDirAll OK with 4 entries
2017/01/16 14:24:51 Movies: Dir.Lookup
2017/01/16 14:24:51 Movies: Dir.Lookup OK
2017/01/16 14:24:51 Movies: Dir.Attr
2017/01/16 14:24:51 Getting started: Dir.Lookup
2017/01/16 14:24:51 Getting started: Dir.Lookup OK
2017/01/16 14:24:51 Getting started: File.Attr
2017/01/16 14:24:51 Google Foto: Dir.Lookup
2017/01/16 14:24:51 Google Foto: Dir.Lookup OK
2017/01/16 14:24:51 Google Foto: Dir.Attr
2017/01/16 14:24:51 Serie_Tv: Dir.Lookup
2017/01/16 14:24:51 Serie_Tv: Dir.Lookup OK
2017/01/16 14:24:51 Serie_Tv: Dir.Attr
2017/01/16 14:39:01 : Dir.Attr
2017/01/16 15:09:01 : Dir.Attr
2017/01/16 15:39:01 : Dir.Attr
2017/01/16 15:50:32 : Dir.Attr
2017/01/16 15:50:34 : Dir.ReadDirAll
2017/01/16 15:50:34 : Re-reading directory (1h25m54.10205071s old)
2017/01/16 15:50:34 Google drive root ‘’: Reading “”
2017/01/16 15:50:34 Google drive root ‘’: Finished reading “”
2017/01/16 15:50:34 Google drive root ‘’: Error reading : couldn’t list directory: Get https://www.googleapis.com/drive/v2/files?alt=json&maxResults=1000&q=trashed%3Dfalse+and+‘0XXXXXXXXXj_dXXXXVA’+in+parents: oauth2: cannot $
Response: {
“error” : “invalid_client”,
“error_description” : “The OAuth client was not found.”
}
2017/01/16 15:50:34 : Dir.ReadDirAll error: couldn’t list directory: Get https://www.googleapis.com/drive/v2/files?alt=json&maxResults=1000&q=trashed%3Dfalse+and+‘0XXXXXXXj_dXXXXXVA’+in+parents: oauth2: cannot fetch token: 4$
Response: {
“error” : “invalid_client”,
“error_description” : “The OAuth client was not found.”
}

Maybe i figured out.
i don’t know why, but even though i gave my house id and secret it took my vps secret.
Maybe because apis had a similar name “rclone from home” and “rclone from vps”, but i don’t think i could be like that.
Let’s see if now works.