Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's the node_path exact? #2

Open
Scorpion-cg opened this issue Oct 29, 2024 · 0 comments
Open

what's the node_path exact? #2

Scorpion-cg opened this issue Oct 29, 2024 · 0 comments

Comments

@Scorpion-cg
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant