Skip to content

Commit

Permalink
nextcloud doesnt return a name attribute on shares (cf owncloud#259 ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Mar 12, 2021
1 parent 72a6666 commit b7b7f91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion owncloud/owncloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ def share_file_with_link(self, path, **kwargs):
'path': path,
'url': data_el.find('url').text,
'token': data_el.find('token').text,
'name': data_el.find('name').text
}
)
raise HTTPResponseError(res)
Expand Down

0 comments on commit b7b7f91

Please sign in to comment.