Tyler Meneghini
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Tyler Meneghini-
Tyler Meneghini commented,
ended up giving up on the HTTP Request and used the SDK. Here is my code that works: BoxFolder folderWithLink = new BoxFolder(); BoxSharedLinkRequest linkRequest = new BoxSharedLinkRequest(); ...
-
Tyler Meneghini created a post,
Post Request Works but Get Request doesn't
AnsweredI have a problem where my POST request returns back a token but when I change my code to use the token and try a GET request, it gives me a "Status:0" message. Am I writing this code wrong? I've tr...