gcsf
gcsf copied to clipboard
Occationally get 500 errors when uploading lots of files
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"
}
}
)
Thank you for pointing this out. I will look into the issue and try to implement the exponential backoff strategy.