Questions tagged [swiftydropbox]

SwiftyDropBox is the official Swift SDK for integrating with the Dropbox API v2.

52 questions
1
vote
2 answers

SwiftyDropBox OSStatus error 10814 Swift 3

I've been researching all over trying to fix this issue to no avail. I followed the SwiftyDropBox tutorial thoroughly and had everything working. It's now not working and I'm not sure why. Based on this post and this link, the error is supposed to…
Seapoe
  • 459
  • 4
  • 15
1
vote
0 answers

Access metadata of objects in DropBox "collection" shared link

Using the DropBox iOS App Share link, I use the "Photos" tab to select multiple files to share. It creates a link to an intermediate concept: an anonymous "collection" of photos (not to be mistaken for a folder), of the…
BaseZen
  • 8,650
  • 3
  • 35
  • 47
1
vote
1 answer

Cannot create shared link with Dropbox API for Swift

This used to work before I updated to Swift 3, but I don't think this is really coming from this. Here is my problem: I would like to create a Dropbox sharable link from my Swift app as follow: client.sharing.createSharedLinkWithSettings(path:…
magohamote
  • 1,484
  • 1
  • 17
  • 29
1
vote
0 answers

What can I do to fix the error "Thread 1: signal SIGABRT"?

I'm following this tutorial on Github to try and learn how to use SwiftyDropbox, but I've run into this error import UIKit import SwiftyDropbox @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { //Thread 1: signal…
Theodore.K
  • 384
  • 2
  • 7
  • 21
1
vote
0 answers

Click on "New to Dropbox? Get the App!", it does not show or redirect on the dropbox site

I am using outh controller to access the dropbox but when in the bottom I click on "New to Dropbox? Get the App!", it does not show or redirect on the dropbox site. Check the attached screen shot:
1
vote
1 answer

Upload Image to Dropbox using SwiftyDropbox

I am trying to upload an image in a UIImageView to Dropbox using SwiftyDropbox and Swift 3.0. When I press the button nothing happens after the first print statement. What am I doing wrong. import UIKit import SwiftyDropbox class…
0
votes
1 answer

SwiftyDropbox batchUploadFiles vs upload

I am uploading a large amount of photos and annotations to dropbox using the swiftyDropbox sdk. I want to update the UI to reflect the upload status of each item which is stored in coreData. My understanding of batchUpload is that you pass it an…
TFesmire
  • 3
  • 1
0
votes
1 answer

Why does my "include SwiftyDropbox" cause a build error for my iOS Xcode Swift project?

I added the DropBox SDK/API package to my existing Xcode Swift app project and get this build error: "No such module 'SwiftyDropobx'" However, the package is there in my Package Dependencies....
Doug Null
  • 7,989
  • 15
  • 69
  • 148
0
votes
1 answer

Dropbox Files.download does not start when number of files in folder is > 1000

I am cross-posting this from my initial question in DropBox forums. I think it would be good to have this here as well for swiftydropbox users. I'm having trouble downloading entire folders to a local device via swiftyDropbox. I am doing the…
app4g
  • 670
  • 4
  • 24
0
votes
0 answers

How to download all files from dropbox synchronously in swift?

Using SwiftyDropbox download method to download all files. But, i found progress block showing data all together of different files, not downloading files in a way that downloading of one file start after completing the previous one. Here, is the…
0
votes
1 answer

connecting Dropbox to swift 5 fails with error -canOpenURL: failed

I'm setting up an app where I want to show and modify data which are stored in a json-file. The files should be accessible either via an sftp-connection to a server or from an dropbox account. Part of my app is a view where the user can select…
carlson
  • 89
  • 11
0
votes
1 answer

SwiftyDropbox with AlamofireImage issue

I have the following line in my Podfile: pod 'AlamofireImage', '~> 3.5' pod 'SwiftyDropbox', '~> 5.1.0' When i run pod install, i got this issue Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "Alamofire": In…
0
votes
1 answer

DropboxPaper API "paper/docs/create" doesn't work

I'm trying to create new DropboxPaper document in my account [email address redacted], I'm use official Api and try to create file by "https://api.dropboxapi.com/2/paper/docs/create", the returned result is: { "error_summary":…
0
votes
1 answer

Which path should I use to upload to Team-Folders in Dropbox

We recently switched from Dropbox to Dropbox Business. Since then I uploaded files via the Dropbox API for Swift (SwiftyDropbox) only using the path where the file was saved. I can't just change the path because it just uploads to the normal…
0
votes
1 answer

iOS AVPlayer not playing all remote files

I'm using SwiftyDropbox's getTemporaryLink() to play a video in an AVPlayer. I have six test files, and they all work as expected, except 1. The one that doesn't work is 41 MB in size (which I would not consider a large video file), the rest are <…
cohenadair
  • 2,072
  • 1
  • 22
  • 38