MattEB
- Activité totale 6
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Commentaires
Activité récente par MattEB-
double-quotes in json data need to be escaped with a backslash to be used in curl. https://community.box.com/t5/Platform-and-Development-Forum/Error-renaming-folder-name-via-Update-Folder-using-cU...
-
double-quotes in json need to be escaped to be used in curl. https://community.box.com/t5/Platform-and-Development-Forum/Error-renaming-folder-name-via-Update-Folder-using-cURL/m-p/62229/highlight...
-
double-quote is a special character in cURL, so if you want to pass a double-quote you must escape it with backslash. The box api documentation is misleading on the syntax to use for cURL. For e...