You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
oc.put_file('testdir/remotefile.txt', 'localfile.txt') # work oklink_info=oc.share_file_with_link('testdir/remotefile.txt') # fails see below
File "/usr/local/lib/python3.6/dist-packages/owncloud/owncloud.py", line 912, in share_file_with_link
'name': data_el.find('name').text
AttributeError: 'NoneType' object has no attribute 'text'
When modifying the module, it works as expected (return the file sharing link):
Hello,
<version pyocclient Version: 0.6 / pip / python3.6 >
i got crash with the following code :
When modifying the module, it works as expected (return the file sharing link):
The text was updated successfully, but these errors were encountered: