You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm new to the php and using this library too. I'm working on creating a api library to make rest api calls and process the data. I'm able to post simple form-data and process the response. But I am having issues with uploading a file as part of the body.
I want to pass a json file which contains the order information for processing. The error I get is string(133) "The only acceptable directives are '../email' and '../SupportRequest'. I understand that its not supported type right now?
I'm not sure how to pass a file with some json data to make a request and how to decode the json response object. Any help/suggestions are highly appreciated?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I'm new to the php and using this library too. I'm working on creating a api library to make rest api calls and process the data. I'm able to post simple form-data and process the response. But I am having issues with uploading a file as part of the body.
I want to pass a json file which contains the order information for processing. The error I get is string(133) "The only acceptable directives are '../email' and '../SupportRequest'. I understand that its not supported type right now?
I'm not sure how to pass a file with some json data to make a request and how to decode the json response object. Any help/suggestions are highly appreciated?
Thank you!
The text was updated successfully, but these errors were encountered: