summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/Services/google_service.cpp
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-05-01 00:33:11 +0300
committeraunsane <aunsane@gmail.com>2018-05-01 00:33:11 +0300
commit179f34e621e0c847e262abeea06c65bb83ffdbd5 (patch)
tree4390714c8afdbb1eb99288f595d99464dfe2b81d /plugins/CloudFile/src/Services/google_service.cpp
parent11c2c06d4a603956a51349b3f0c5b7e0eabe744a (diff)
CloudFile: fix for #1315
Diffstat (limited to 'plugins/CloudFile/src/Services/google_service.cpp')
-rw-r--r--plugins/CloudFile/src/Services/google_service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/Services/google_service.cpp b/plugins/CloudFile/src/Services/google_service.cpp
index 26ff2d02c4..c9fbb45c1c 100644
--- a/plugins/CloudFile/src/Services/google_service.cpp
+++ b/plugins/CloudFile/src/Services/google_service.cpp
@@ -243,7 +243,7 @@ auto CGDriveService::CreateSharedLink(const std::string &itemId)
void CGDriveService::Upload(FileTransferParam *ftp)
{
- std::string folderId;
+ std::string folderId = "root";
auto serverDictionary = ftp->GetServerDirectory();
std::string serverFolder = serverDictionary ? T2Utf(serverDictionary) : "";
if (!serverFolder.empty()) {