Hi! I want to upload file to my dropbox with URL. I use swift and method:
client.files.saveUrl(path: pathDropbox, url: "https://www.google.com/imgres?imgurl=ht..... ").response....
I get response with asyncJobId, after it I call method:
client.files.saveUrlCheckJobStatus(asyncJobId: jobId).response......
But always get response(not error):
{
".tag" = failed;
failed = {
".tag" = "download_failed";
};
}
I used different URLs but no one was successful.
Best regards!