harababurel / gcsf

a FUSE file system based on Google Drive
MIT License
2.36k stars 88 forks source link

Occationally get 500 errors when uploading lots of files #13

Open codebam opened 6 years ago

codebam commented 6 years ago

This might help? https://stackoverflow.com/questions/15685335/google-drive-files-list-500-error

 ERROR gcsf::gcsf::filesystem   > create: BadRequest(
    ErrorResponse {
        error: ServerError {
            errors: [
                ServerMessage {
                    domain: "global",
                    reason: "internalError",
                    message: "Internal Error",
                    location_type: None,
                    location: None
                }
            ],
            code: 500,
            message: "Internal Error"
        }
    }
)
harababurel commented 6 years ago

Thank you for pointing this out. I will look into the issue and try to implement the exponential backoff strategy.