
Daniel Schreiber
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 9
Activity overview
Latest activity by Daniel Schreiber-
Daniel Schreiber commented,
If you want to skip the hassle of programming your validations, you can simply configure them using https://vali-pod.io! Behind the scenes, this automatically creates and configures such a calculat...
-
Daniel Schreiber commented,
You might want to check out https://vali-pod.io - there you can configure validations for different fields and combine multiple rules with AND/OR. (Regex is not yet supported, but you can vote for ...
-
Daniel Schreiber commented,
As this turned up on my google search before the actual answer, here the link to the solution: https://stackoverflow.com/a/41966103/2544163
-
Daniel Schreiber commented,
Hi everyone, for backup your Podio organization/workspace (including files and comments - as well as csv export for comments) you might want to look into https://podio.com/extensions/28 (or direct...
-
Daniel Schreiber commented,
Hi everyone, for backup your Podio organization/workspace (including files and comments - as well as csv export for comments) you might want to look into https://podio.com/extensions/28 (or direct...
-
Daniel Schreiber created a post,
Code Generator for Podio Apps!
Hi all, for some month now i developed and tested a code generator for podio - i.e. for a given space/app business classes are generated so that fields have typed getters and setters. Although a p...
-
Daniel Schreiber commented,
Hi, as the exception says, you should make sure the class com.sun.jersey.multipart.FormDataMultiPart is in the classpath on runtime.
-
Daniel Schreiber commented,
I figured out a fix - not sure how clean and nice it is: https://github.com/podio/podio-java/issues/2
-
Daniel Schreiber created a post,
java: Upload file: A message body writer for Java type, class com.sun.jersey.multipart.FormDataMultiPart, and MIME media type, multipart/form-data; boundary=AaB03x, was not found
Hi, I have a problem with the file upload through the java api (see stacktrace below, api-0.7.4, java 7). Appearently this only occurs in specific environments - not sure if this is due to the fa...