
Michael Netter
- Gesamtaktivitäten 151
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 1 Benutzer
- Stimmen 30
- Abonnements 56
Kommentare
Neueste Aktivität von Michael Netter Nach neuester Aktivität sortieren-
Hello Thomas, based on the use case you described, you would need two different technical users: User1 (Room Admin): This user is room admin in the respective data room. Only a room admin can add ...
-
Offizieller Kommentar Hi Christian, that's a valid question. The reason, why no MD5 hash is returned is that we migrated the internal storage from NFS to S3. The S3 spec does not offer an MD5 hash (the ETag works differ...
-
Hi Mark, too bad it does not work. Could you provide a minimal executable example that uses Andreas' solution that we can use for debugging? Best regards Michael
-
Hi Mark, thank you for your response. I now understand that you have an issue during the OAuth login. Is the problem solved with the code that Andreas provided? Best regards Michael
-
Hi Mark, Thank you for sharing your 'InstantShare' idea, that's really cool. Regarding the 405: From your code snipped above, it's difficult to assess why a 405 is returned. To find the error, can ...
-
Hallo Rouven, der vor dir vorgeschlagene Weg ist eine Lösung, um die Anforderung umzusetzen. Du kannst zusätzlich einen übergeordneten Raum anlegen, in dem die oben genannten Räume/Ordner liegen. B...
-
Offizieller Kommentar Hallo Rouven, bisher ist es nicht möglich, einem Raum oder Ordner ein Ablaufdatum mitzugeben, daher auch der HTTP Statuscode 400. Das korrekte Request-Modell (und welche Attribute verpflichtend/opt...
-
Hallo Marvin, bei uns tritt das Problem mit dem GitHub-Code nicht auf. Kannst du ein vollständiges Mini-Beispiel posten, damit wir nachvollziehen können, wo das Problem liegt? Viele Grüße Michael
-
Hi Peter, When you call GET /v4/nodes/{node_id} the model that is returned contains an updatedBy submodel. The model contains the userId, firstName, and lastName. You can use this model to check if...
-
Offizieller Kommentar Dear Klaus, As it states in the debugInfo message, it seems that you are sending an invalid JSON string. In particular, in line 3, there is a redundant double quote: "name":"XXX_TEST_KR.txt"", in...