Skip to content

Commit

Permalink
Update files webdav path (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Feb 16, 2020
1 parent 244bb04 commit f8561c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/owncloudservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void OwnCloudService::readSettings(int cloudConnectionId) {
capabilitiesPath = QStringLiteral("/ocs/v1.php/cloud/capabilities");
ownCloudTestPath = QStringLiteral("/ocs/v1.php");
restoreTrashedNotePath = rootPath % QStringLiteral("note/restore_trashed");
webdavPath = QStringLiteral("/remote.php/webdav");
webdavPath = QStringLiteral("/remote.php/dav/files/") + userName;
// sharePath = "/ocs/v1.php/apps/files_sharing/api/v1/shares";
sharePath = QStringLiteral("/ocs/v2.php/apps/files_sharing/api/v1/shares");
bookmarkPath = QStringLiteral("/apps/bookmarks/public/rest/v2/bookmark");
Expand Down

0 comments on commit f8561c3

Please sign in to comment.