We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
User Profile
Peter G.7
New member | Level 2
Joined 10 years ago
User Widgets
Posts & Replies
Cannot download a file from Dropbox to the iPad (uploads just fine) - in Swift.
I have been going around in circles trying to solve this problem. I can send files to Dropbox no problem, but cannot download them. All the delegate methods get called for sending, but the methods f...2.6KViews0likes3Comments[request-id 953b09474eb624414a4a43c7eeabc88c] API route error - { ".tag" = path; path = { ".tag" = "not_file"; };
I am trying to download a file using SwiftyDropbox. I can connect to Dropbox ok and I can access my Dropbox files, but I cannot download files. My code: let client = Dropbox.authorizedCl...2.2KViews2likes3CommentsRe: [request-id 953b09474eb624414a4a43c7eeabc88c] API route error - { ".tag" = path; path = { ".tag" = "not_file"; };
A follow up.......I am able to upload and download individual files, but I need to be able to upload and download folders. I have tried numerous path configurations, to no avail. I am sure the answe...2.2KViews1like0CommentsRe: Cannot download a file from Dropbox to the iPad (uploads just fine) - in Swift.
As it turn out, the download wasn’t failing at all. I just wasn’t giving dropbox enough time to download the file before I started executing other commands, causing the app to crash. Many thanks to t...2.6KViews0likes0Comments