SwiftyDropBox is the official Swift SDK for integrating with the Dropbox API v2.
Questions tagged [swiftydropbox]
52 questions
0
votes
0 answers
Swift compile errors when uploading file using NSFileHandle with Dropbox API
I'm trying to use the example where a file is uploaded using NSFileHandle. I get the following compile errors:
I get this 2 times:
Cannot invoke 'uploadSessionStart' with an argument list of type '(input: NSData?)'
I get the errors once in…

MickeDG
- 404
- 5
- 18
0
votes
2 answers
How to obtain video metadata from a video stored on Dropbox?
I don't know what I can do to obtain the duration of a video stored on Dropbox, thanks to the SwiftyDropbox API.
It sounds like these informations should be in an instance of Files.VideoMetadata class
I tried to use the getMetadata methods but the…

testa abalez
- 1,042
- 3
- 13
- 28
0
votes
1 answer
SwiftyDropbox installation with CocoaPods - Dependency not used in concrete target
Xcode Version 7.3 (7D175)
SwiftyDropbox 3.0.0
I am following the installation instructions on https://www.dropbox.com/developers/documentation/swift#install
Installed CocoaPods via
$sudo gem install cocoapods
Not used Cocoapods before so run:
$pod…

LLoyd Flashheart
- 1
- 1
-1
votes
1 answer
Can swift write a file to a Dropbox folder's URL without using Swifty Dropbox SDK/API?
My Swift app needs to write 1KB of string data once a second to a file within my folder on Dropbox, in my Dropbox account.
My app specifies a different filename each second, but the folder URL is constant.
This is a one time app for R&D, not a…

Doug Null
- 7,989
- 15
- 69
- 148
-1
votes
1 answer
Unsupported Swift Version 3.x in Xcode 10.3
I keep downloading sample codes and many times it says "Unsupported Swift Version 3.x...Use Xcode 10.1 to migrate the code to Swift 4".
Why is it not possible to migrate to Swift 4 using Xcode 10.3 or Xcode 11 beta?
More importantly, I am using…

Deepak Sharma
- 5,577
- 7
- 55
- 131
-2
votes
0 answers
how to make Swift app download a binary file through app's dropbox api from my dropbox account to some type of Swift var.?
Presently, it downloads text files okay, with this...
client!.files.download( path: access_pathname ) ///////////////////////////// R E S U L T C A L L B A C K
.response
{
response, error in …

Doug Null
- 7,989
- 15
- 69
- 148
-2
votes
1 answer
listFolder SwiftyDropbox v2
I´m currently trying to integrate DropBox into my application. I could sign in and make a file request.
Now i want to save the whole current directory in a class called directory. this class gets instantiated by the DirectoryViewModel. You can see…

Swooflyy
- 1
- 1