gcsf icon indicating copy to clipboard operation
gcsf copied to clipboard

Occationally get 500 errors when uploading lots of files

Open codebam opened this issue 7 years ago • 1 comments

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"
        }
    }
)

codebam avatar Jul 02 '18 01:07 codebam

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

harababurel avatar Jul 02 '18 03:07 harababurel