Stefan Gantner

Results 3 comments of Stefan Gantner

There are multiple issues as far as I can overlook it. First Audience is mixed when using the client with authenticationprovider which effectively authenticates the PUT request, but should not...

**Maximum POST** byte size for uploading is exactly **3145611 bytes**. **Minimum UploadSession** byte size is exactly **2097152 bytes**. POST above will lead to an exception **413 : Request Entity Too...

> I think the limit for POST etc is encoded size. If you're posting bytes in JSON then they will be base 64 encoded. That's probably why it seems that...