
Vladimirs Gavriluks
- Gesamtaktivitäten 20
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 1
- Abonnements 3
Aktivitätsübersicht
Neueste Aktivität von Vladimirs Gavriluks-
Vladimirs Gavriluks hat einen Kommentar hinterlassen
Thanks! works like a charm!
-
Vladimirs Gavriluks hat einen Post erstellt
Getting full node list from data-rooms (subfolders with children)
Hello! I'm trying to get whole subnode list for data room. and I can't find a solution... I.E I have one data room with ~2500 folders and each folder also contains some children... so how I can get...
-
Vladimirs Gavriluks hat einen Kommentar hinterlassen
Thanks all for helping! Sebastian your answer was great and helpful for me!
-
Vladimirs Gavriluks hat einen Post erstellt
Downloading whole data-room using API
Hello! Is it possible to download whole data-room, also if it is 1st level data-room? I was trying to use "/v4/nodes/zip/download" endpoint, but with no luck... So is it possible to download as *.z...
-
Vladimirs Gavriluks hat einen Kommentar hinterlassen
Hello Andreas! Thanks for helping, but I solved problem myself, I had incorrect code for getting those keys :D
-
Vladimirs Gavriluks hat einen Kommentar hinterlassen
Hello Andreas! I have one more question about "missingFileKeys" from API how it works? What I'm doing now:1 - I get from server response with missingFileKeys 2 - I get user/account/keypair for curr...
-
Vladimirs Gavriluks hat einen Kommentar hinterlassen
Hello Andreas. Thank you for helping! I realy didn't saw that I'm uploading wrong (not-encrypted) file! So now all works fine! Thanks a lot!!!
-
Vladimirs Gavriluks hat einen Kommentar hinterlassen
Hello Andreas. EncryptData have same code as in github example => https://github.com/dracoon/dracoon-csharp-crypto-sdk/blob/master/DracoonCryptoSdkExample/Program.cs
-
Vladimirs Gavriluks hat einen Kommentar hinterlassen
And here is the download code: Dim localTempFile As String = System.IO.Path.GetTempPath & timeStamp.ToFileTime.ToString & "_" & fileServicePointManager.SecurityProtocol = SecurityProtocolType.Tls O...
-
Vladimirs Gavriluks hat einen Kommentar hinterlassen
Hello Andreas! I fixed Upload as you said month ago, and now it looks like you have posted: Dim fileKey = Crypto.GenerateFileKey()Dim uploadedFileAsByteArray As Byte() = NothingDim test = GetUser...