Merge pull request #3359 from SupSuper/drive-fix

Google Drive fix parent folder not being passed correctly
This commit is contained in:
Jaex 2018-04-29 23:36:24 +03:00 committed by GitHub
commit 54ff8458f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,10 +117,7 @@ private string GetMetadata(string name, string parentID)
name = name,
parents = new[]
{
new
{
id = parentID
}
parentID
}
};
}