
Matthias Kellnhofer
- Gesamtaktivitäten 18
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 0
- Abonnements 8
Aktivitätsübersicht
Neueste Aktivität von Matthias Kellnhofer-
Matthias Kellnhofer hat einen Kommentar hinterlassen
Offizieller Kommentar Hallo Herr Hertfelder, ich war die letzten Tage leider krank und konnte mir das Thema erst heute ansehen. Ihr Problem kann ich leider nicht nachstellen. Ich kann beim Java-SDK ohne Probleme über ei...
-
Matthias Kellnhofer hat einen Kommentar hinterlassen
Hello Ivan, today, we made a new release (2.5.1) of the Java SDK. The release contains the fix to prevent the NullPointerException. Best regardsMatthias
-
Matthias Kellnhofer hat einen Kommentar hinterlassen
Hello Ivan, I made a fix to prevent the NullPointerException. However, I think this might not solve your problem completely. Could you please send me a recording or logs of the HTTP messages? You c...
-
Matthias Kellnhofer hat einen Kommentar hinterlassen
Hello Ivan, Could you please provide a stack trace of the error? Currently, I can't explain the error/cause to myself. The server should not return a null value at this point. And it is strange, th...
-
Matthias Kellnhofer hat einen Kommentar hinterlassen
Dear Ivan, Which version of the SDK do you use? Could you also provide the version of the API backend? Best regardsMatthias
-
Matthias Kellnhofer hat einen Kommentar hinterlassen
Offizieller Kommentar Sorry, currently there is no way to request files from the Dracoon app via actions. The actions ACTION_GET_CONTENT and ACTION_PICK are not supported. Currently, files can only be shared (ACTION_SEN...
-
Matthias Kellnhofer hat einen Kommentar hinterlassen
Offizieller Kommentar Hallo Herr Wäsch, die APIs "GET /auth/openid/login" und "POST /auth/openid/login" werden in der nächsten Version (4.14) ebenfalls deprecated. In Zukunft wird der API-Zugriff nur noch über das OAuth...
-
Matthias Kellnhofer hat einen Kommentar hinterlassen
The OAuth tokens aren't retrieved by calling getUserAccount(). They are retrieved when the first API call is made. Maybe we should move this initialization to a separate method (e.g. DracoonClient:...
-
Matthias Kellnhofer hat einen Beitrag erstellt
OAuth 2.0 example
Introduction The DRACOON API is protected by OAuth. For information about OAuth, see: https://oauth.net/2, https://tools.ietf.org/html/rfc6749 Before you can start to use OAuth, you have to create...
-
Matthias Kellnhofer hat einen Beitrag erstellt
OAuth 2.0 client registration
Introduction The DRACOON API is protected by OAuth. For information about OAuth, see: https://oauth.net/2, https://tools.ietf.org/html/rfc6749 Currently, only a Config Manager of the Provider Custo...