vijeeshciber
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by vijeeshciber-
vijeeshciber created a post,
Box Meta Data query is not working using curl method
https://developer.box.com/reference/post-metadata-queries-execute-read/ https://developer.box.com/guides/metadata/queries/create/ We have tried meta data queries with curl method. But getting foll...
-
vijeeshciber commented,
Thanks for your information. I have tried with same format for field. But i am getting metadata with null values. Is there any other information need to add for this
-
vijeeshciber created a post,
Search API feature for fetching all files metadata information
Hi All,I want to know anybody used Box Search API (https://api.box.com/2.0/search?) for fetching metadata information of all files. As per my understanding, currently we are getting only file id ,...
-
vijeeshciber created a post,
How to get meta data updated files using Search API
Current search API there is no option for to find metadata updated files. Only option found with files updated date range or created range.I have checked the following search API url for this.http...
-
vijeeshciber commented,
Thank you for your reply. This is not helping to solve my issues. My exact requirement like this, with one Box api call i need to get all files with metadata information of each file. Currently i ...
-
vijeeshciber created a post,
How to get metadata information of files using search api
Hi All,I am trying a solution to get metadata information of files using search api call. I have tried to pass metdata in fields section.But not getting the files meta data information. Following ...
-
vijeeshciber created a post,
Box Api integration in Drupal custom module
Hello Everyone, I have developed a module in drupal 7 for integrating Box different API. The following feature, i have integrated with this module.1. JWT access token method for fetching data. Im...
-
vijeeshciber commented,
No. Actual issue with template key. I have changed my template key. Now my code is working fine with all type of metadata filters.
-
vijeeshciber commented,
Hello Everyone, I have find out the solution for this issue. Following is my working code with PHP CURL. $url = 'https://upload.box.com/api/2.0/files/content';$json = json_encode(array('name' => $...
-
vijeeshciber created a post,
File upload not working with PHP curl method (https://developer.box.com/v2.0/reference#upload-a-file
AnsweredHello Everyone, I am trying to implement Box file upload in php curl method. But its not working, i am not getting any response from Box file Api. Following is my curl method code. Can anybody ple...