ovh/svfs

Error while mouting svfs with Hubic

Opened this issue · 1 comments

Context

  • svfs version : 0.9.1
  • storage provider : OVH
  • product : Hubic

Steps to reproduce this issue :

I used hubic-application to get hubic_auth and hubic_token
$ hubic-application
Did you registered an application under your hubic account ? (y/N) y
~> Application redirect URL: https://mydomain.com/
~> Application client_id: api_hubic_xxxxxxx
~> Application client_secret: xxxxxxx

  1. Setting scope ... OK
    ~> Email: my.email@gmail.com
    ~> Password: xxxxxxxx
  2. Granting access ... OK
  3. Getting refresh token ... OK

== Your mount options ==
~> hubic_auth=xxxxxxxxxx
~> hubic_token=xxxxxxxxxx

With those informations, I should be able to mount Hubic account with svfs:
mount -t svfs -o hubic_auth=xxxxxxxxxx,hubic_token=xxxxxxxxxx,container=default hubic /test

I also tried to put credentials information in /etc/svfs.yaml and run command
mount -t svfs -o container=default hubic /test

Results you expected :

I expected the /test directory to be mounted on my VPS and access files in my Hubic account

Results you observed :

After about 30 seconds, I get this message on the command line:
FATA[2017-06-17T11:29:39-04:00] cannot obtain root node: Timeout when reading or writing data

Try removing container=default from the config, it'll create a subdir called default in the mount point, but if that's ok it should work :)

I had the same issue.