TheFelix
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by TheFelix-
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...
-
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...