Aaron David Schneider
Aaron David Schneider
Another kind reminder that it would be great to have `libfuse3` support in osxfuse
I think this would be a very nice thing! However for the math support I suppose (at least with my handwriting) that it's much faster to tex those equations (if...
I wrote a mail to you. I would love to help.
Started to work on it. But I still have a lot of open questions... The whole thing is very slow and weird.
I have started to reverse engineer the new storage API. This is the basic structure: 1. get the base storage url (currently `https://rm-blob-storage-prod.appspot.com`) 2. query the storage url for the...
For reference: This is how a response of step 3 looks like (slightly adapted): ``` 676b2ff23cbf0bec01ddf6cc7c63df82011cab8f418b822050e026a85293b0ef:80000000:ff2fa02f-a2ad-45f4-b65f-ee572e0c499b:4:0 aa0f54b98224e74bd5ab78f5f513b153c141ff86ac1493788914feae48cda5f7:80000000:ffbea9f9-7859-456b-b301-7dfdbbae059a:4:0 ``` Each line represents one document/ one folder. I am currently trying to...
@ddvk are you able to make sense from the above information?
> ``` > > 676b2ff23cbf0bec01ddf6cc7c63df82011cab8f418b822050e026a85293b0ef:80000000:ff2fa02f-a2ad-45f4-b65f-ee572e0c499b:4:0 > > aa0f54b98224e74bd5ab78f5f513b153c141ff86ac1493788914feae48cda5f7:80000000:ffbea9f9-7859-456b-b301-7dfdbbae059a:4:0 > > ``` @ddvk, Could you tell me about the content of the columns in these lines? I still don't understand/think that...
So the metadata part should be working now. I have started to look into the upload process. It looks like that the zip upload is depreciated. The client will now...
Hi @jvlobo, I am still working on it with @sabidib I think we now understand most of the relevant parts of the api. We will update this PR soon.