Can swift write a file to a Dropbox folder's URL without using Swifty Dropbox SDK/API?

159 views Asked by At

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 product, only ever to be used by me.

1

There are 1 answers

0
Doug Null On BEST ANSWER

ANSWER IS: NO.

WORKAROUND IS: Instead, use: Swifty DropBox SDK and API