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
result:
'{\r\n "Error": {\r\n "Code": "ErrorItemNotFound",\r\n "Message": "Object with index 1 not found.",\r\n "Description": "Operation Failed. Item Not Found."\r\n },\r\n "RequestId": "848a16585cb1e9dda8a3aa9e081d887d"\r\n}'
i have client_id , client_secret,and Bearer Authorization, but the result i found is wrong which remind me of the wrong Node_path.Could anyone give me an example of right node_path?if you could help me ,i'll appreciate it!
The text was updated successfully, but these errors were encountered:
example code:
import requests
headers = {
"Authorization": "Bearer xxxxxxx"
}
files = {
'Document': request_document,
}
node_path= "sections/1/body"
response = requests.put(f'https://api.aspose.cloud/v4.0/words/online/get/{node_path}/tables', headers=headers,files = files)
response.text
result:
'{\r\n "Error": {\r\n "Code": "ErrorItemNotFound",\r\n "Message": "Object with index 1 not found.",\r\n "Description": "Operation Failed. Item Not Found."\r\n },\r\n "RequestId": "848a16585cb1e9dda8a3aa9e081d887d"\r\n}'
i have client_id , client_secret,and Bearer Authorization, but the result i found is wrong which remind me of the wrong Node_path.Could anyone give me an example of right node_path?if you could help me ,i'll appreciate it!
The text was updated successfully, but these errors were encountered: