Hello!
I monitor user's requests for upload files via dropbox web client in browser (because of enterprise policy). Earlier, I just analyze the http request to /chunked_upload endpoint. The query contained file name, chunk number, chunks count and other useful information. But now when I try to upload a file to my personal storage I see requests to other endpoint: /upload_web_file_block. I don't find any information about this endpoint. Please, give me some explanations if it possible. And one more little question - can I configure dropbox web client to use the old endpoint?
Thanks in advance.