Shankar
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Shankar-
Shankar created a post,
Error when trying to createmetadata using CreateFileMetadataAsync API
Hello, I am trying to create metadata for file requests and I am seeing 404 not found error. I am not sure what is missing. Below is my code. var boxFileRequestObjectresponse = new BoxFileRequestO...
-
Shankar created a post,
How to create a file requests using .Net core API
I am trying to create a "file request" using .Net core API. From Box Developer documentation: BoxFileRequestObject fileRequest = await client.FileRequestsManager.GetFileRequestByIdAsync("12345"); U...