JohannesMaria
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
Activity overview
Latest activity by JohannesMaria-
JohannesMaria commented,
This looks like you are putting a phone number where a folder id is expected, and therefore likely looks like a bug in your code. Can you post an extended snippet here of your code? Where do the f...
-
JohannesMaria commented,
This looks like spring boot is not finding your trust store. Stack overflow has the same error for this: https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty ...
-
JohannesMaria commented,
Hi EHGTewilliams, this is an expected behaviour. We do not support different sessions in different tabs, as the browser does not isolate sessions with tabs. So the rule of thumb is: One browse...
-
JohannesMaria commented,
Hi Feste, for older (i.e. longer existing accounts) box support has to activate a feature to make the AppToken work. Please open a ticket with Box Support to have the AppToken activated, Also note...
-
JohannesMaria commented,
Hi Farsim, this is and probably will be a matter of debate. From the RFC7231: 6.5.1. 400 Bad Request The 400 (Bad Request) status code indicates that the server cannot or will not process th...
-
JohannesMaria commented,
Hi abdulj, this is more complicated as you might think because this falls in the domain of CORS (cross-origin resource sharing) Doing the download directly will fail. However there are ways to...
-
JohannesMaria commented,
Hi Tiiix, yes, you have to have a paid account to use the version system. But your versions are not lost, they are just inaccessible as a free user. Once you upgrade you have access to your prio...
-
JohannesMaria commented,
This is a question on where you are running your application. I'd recommend to use a big cloud provider like AWS, Azure, Google Cloud, Digital Ocean, Heroku, etc. If you are dependent on a si...
-
JohannesMaria commented,
Hi Faceless, since you got a blank response, the path to our servers broke. You will always get a response back from our servers, either a success or some kind of error message. Blank or null re...
-
JohannesMaria commented,
Hi c-digs, your call seems to be just fine. The issue might be because of the compression, the length being uncompressed but the actual body compressed. Accept-Encoding: gzip, deflate Can you fi...