TheFelix
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by TheFelix-
TheFelix commented,
Hey, I found out what is the error. First I was using a date time library function what returns the current time when the object is null. So the time I printed on the console actually was null.So ...
-
TheFelix created a post,
Java SDK - get created at for a file seems not to work
AnsweredHey, I'm trying to get the last created file in a folder using the Java SDK.I iterate over each file in that folder and then use the getCreatedAt() method to compare which is the last file. It see...
-
TheFelix commented,
In the web I found a hack to get around this problem. // hack for JCE Unlimited Strength Field field = Class.forName("javax.crypto.JceSecurity").getDeclaredField("isRestricted"); ...
-
TheFelix created a post,
Java SDK JWT authentication
Hey, I'm using the java SDK with the maven dependency 2.8.1.I generated a public/private key pair using the Box platform, and stored the json config file in my project.Following the tutorial I try...