michaelletzgus

Results 4 comments of michaelletzgus

The URL scheme for getting the quota info is different for owncloud 10.10 it is like this: `https://server.de/ocs/v1.php/cloud/users/username?format=json` For nextcloud: `https://server.de/ocs/v1.php/cloud/user/?format=json` Both of them need auth, of course. I think...

I'm using `https://server.de/ocs/v1.php/cloud/users/username?format=json` only in `_getUserInfo: function nsNc_getUserInfo (successCallback, failureCallback)` The logon function `logon: function nsNc_logon (successCallback, failureCallback, aWithUI)` works as it is for both, ownclod (sciebo) and nextcloud. Michael

Accidentally committed to master, please check...

I created a small python script for converting googles CSV to vcard3. Currently this works quite well locally, in the near future as a CGI web service. Since it depends...