skip to Main Content

Azure – Property folder in payload has a value that does not match schema

the graph API request to create a folder in one drive is POST /me/drive/root/children Content-Type: application/json My code: callMap = Map(); callMap.putAll({"name":"New Folder","folder":"{}","@microsoft.graph.conflictBehavior":"rename"}); headerMap = Map(); headerMap.putAll({"Content-Type":"application/json"}); r = invokeurl [ url :"https://graph.microsoft.com/v1.0/me/drive/root/children" type :POST parameters:callMap.toString() headers:headerMap connection:"onedrive" ]; info…

VIEW QUESTION

REST API Call from VB ( ZOHO CREATOR ) – Ebay API

Trying to make out this call https://www.zoho.com/creator/help/api/rest-api/rest-api-edit-records.html I did tried everything but seems i need basic knowledge. Can anyone give me directions what is wrong with my code Public Sub updateRecord(ByVal ht As Hashtable, ByVal criteriaField As String) Dim apiUrl…

VIEW QUESTION
Back To Top
Search