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

Fix GDrive upload file which name might match the one of a folder #25007

Merged
merged 1 commit into from
Jun 8, 2016

Commits on Jun 7, 2016

  1. Fix GDrive upload file which name might match the one of a folder

    Whenever a file is uploaded to GDrive, there is a check for that file
    with and without extension, due to Google Docs files having no
    extension. This logic now only kicks in whenever the detected
    extensionless file is really a Google Doc file, not a folder.
    
    This makes it possible again to upload a file "test.txt" in a folder
    that also has a folder called "test"
    Vincent Petry committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    15fffb2 View commit details
    Browse the repository at this point in the history