Hi
I am getting following error while i upload file using save_url endpoint. The request was aborted: Could not create SSL/TLS secure channel. I have a function which calls save_url for each files in array. I ran the same function with 10 items in array, which result into some success and some failure. This is not consistant. I tried with same 10 files, each time diffrent files gets successfully uploaded and fails. Here i have job ids of one such attempt.
Success:
"async_job_id": "PfUasVcaLmAAAAAAAAAo7Q"
"async_job_id": "PfUasVcaLmAAAAAAAAAo8Q"
"async_job_id": "PfUasVcaLmAAAAAAAAAo9w"
"async_job_id": "PfUasVcaLmAAAAAAAAAo-Q"
"async_job_id": "PfUasVcaLmAAAAAAAAAo_A"
Failure:
"async_job_id": "PfUasVcaLmAAAAAAAAAo7w"
"async_job_id": "PfUasVcaLmAAAAAAAAAo8w"
"async_job_id": "PfUasVcaLmAAAAAAAAAo9A"
"async_job_id": "PfUasVcaLmAAAAAAAAAo9Q"
"async_job_id": "PfUasVcaLmAAAAAAAAAo9g"
If i try with one file, it fails or gets uploaded. I am not sure what is going wrong. I am using c# (asp.net webapi). My code gets url from users which is dropbox preview url and uploads in our business account. This was working earlier.