Giter VIP home page Giter VIP logo

Comments (9)

Vascom avatar Vascom commented on August 10, 2024

It copy good only after
google-drive-ocamlfuse -cc

from google-drive-ocamlfuse.

astrada avatar astrada commented on August 10, 2024

The problem is that the Drive API is returning a 403 HTTP error (Forbidden) for that file, so the application cannot download it. You should try to download and reupload it from the web interface (removing the old copy). Maybe this way, the file should be accessible.

from google-drive-ocamlfuse.

Vascom avatar Vascom commented on August 10, 2024

It happens always after copying large number of files. I must do that:
fusermount -u google.drive
google-drive-ocamlfuse google.drive
And continue copying.

from google-drive-ocamlfuse.

astrada avatar astrada commented on August 10, 2024

Maybe you are going over API quota limits. It should not happen, because the current quota is 100 requests/user/second, and I think it's difficult to reach that limit. But I can run a couple of tests to see if I'm able to reproduce the problem.

from google-drive-ocamlfuse.

Vascom avatar Vascom commented on August 10, 2024

Do it please.
It happens after copying about 500-1000 small files (0.1-1 MB).

from google-drive-ocamlfuse.

astrada avatar astrada commented on August 10, 2024

I did a couple of tests, uploading 1000 small files. On my slow connection (I have an upload rate of about 50KB/s), it took more than 3 hours, but I didn't experience your problem (the forbidden error). Do you have a faster connection? If your connection is very fast, I think you could hit the Drive API quota and get that kind of error. Maybe I can add some code to handle that situation, retrying after a little bit of time.

from google-drive-ocamlfuse.

Vascom avatar Vascom commented on August 10, 2024

Yes, I have fast connection 50-100 MBit/sec.

from google-drive-ocamlfuse.

astrada avatar astrada commented on August 10, 2024

I've found the real problem. It's related to expired download links. Downloading files using an expired link causes a 403 error. I should have fixed this issue in version 0.4.6.

from google-drive-ocamlfuse.

astrada avatar astrada commented on August 10, 2024

I'm closing this issue. If you still have problems, let me know.

from google-drive-ocamlfuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.