Account
Earned badges
Achievement: Latest Unlocked
Topics Started
Replies
Preferences
Topic Started
Topics |
---|
How to get the relation ship between sub accounts through get api |
Can we remove "sandbox" watermark when we download individual files from sandbox environment |
I have access to three Sub Account. |
Hi, I was trying the below code snipped To upload documents to packages,
|
Replies Created
Reply to: Internal Server Error While Uploading Document in Python Rest
Thursday, August 27, 2020 at 07:20amheaders = {
'Authorization': 'Bearer {}'.format(token["accessToken"]),
}
files = {
'file': open('sample.pdf', 'rb'),
'payload': '{"name":"NDA Document"}'
}
package_id = "*****="
url = "https://sandbox.esignlive.com/api/packages/{}/documents".format(package_id)
response = requests.post(url, headers=headers, files=files)
print(response.text)
This worked,
Removed
'Content-Type': 'multipart/form-data',
in header
Reply to: Hi Sohan, I think this…
Monday, November 15, 2021 at 09:18amThank you Duo for the quick reply!!
I will try this
Subscriptions
Topics | Replies | Freshness | Views | Users |
---|---|---|---|---|
How to get the relation ship between sub accounts through get api |
1 | 9 months 4 weeks ago | 27 | ![]() |
Can we remove "sandbox" watermark when we download individual files from sandbox environment |
0 | 1 year ago | 30 | |
I have access to three Sub Account. |
2 | 1 year 10 months ago | 115 | ![]() |
Hi, I was trying the below code snipped To upload documents to packages,
|
2 | 3 years 1 month ago | 472 | ![]() |