schdief06

Results 2 comments of schdief06

Ich habe mir mal ein globales Script geschrieben, um Tasks in meinen Nextcloud Kalendern einzufügen. Sicher noch ausbaufähig, aber funktioniert soweit gut: ```` var XMLHttpRequest = require('xhr2'); var Base64 =...

For now I will be using the web authentication as I'm doing on desktop: ``` DbxRequestConfig dropboxRequestConfig = new DbxRequestConfig("text-edit/0.1"); DbxAppInfo appInfo = new DbxAppInfo(APP_KEY, APP_SECRET); dropboxAuth = new DbxWebAuth(dropboxRequestConfig,...