TheFelix
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
TheFelixさんの最近のアクティビティ-
TheFelixさんがコメントを作成しました:
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さんが投稿を作成しました:
Java SDK - get created at for a file seems not to work
回答済みHey, 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さんがコメントを作成しました:
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さんが投稿を作成しました:
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...