Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occationally get 500 errors when uploading lots of files #13

Open
codebam opened this issue Jul 2, 2018 · 1 comment
Open

Occationally get 500 errors when uploading lots of files #13

codebam opened this issue Jul 2, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@codebam
Copy link

codebam commented Jul 2, 2018

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 harababurel self-assigned this Jul 2, 2018
@harababurel harababurel added the bug Something isn't working label Jul 2, 2018
@harababurel
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants