One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
sathish
8 years agoExplorer | Level 3
How to edit the file in the Dropbox using swift
I am creating the Notes Application in Dropbox. The user Notes are storing in the Dropbox but I want to implement the editing function in Dropbox.Is it possible to edit the files in the Dropbox?
- Greg-DB
Dropbox Staff
[Cross-linking for reference: https://stackoverflow.com/questions/44109508/how-to-edit-the-file-in-swiftydropbox ]
Yes, you can edit files of any type, including text files, by uploading the new file data. You can find an example of making an upload call in the documentation for SwiftyDropbox here:
https://github.com/dropbox/SwiftyDropbox#upload-style-request
- sathishExplorer | Level 3
- sathishExplorer | Level 3
It's possible to import user account profile image using swiftyDropbox
- Greg-DB
Dropbox Staff
[Cross-linking for reference: https://stackoverflow.com/questions/44109508/how-to-edit-the-file-in-swiftydropbox?noredirect=1#comment75275980_44109508 ]
You can get the profile image via Account.profilePhotoUrl, e.g., as returned by getCurrentAccount.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,942 PostsLatest Activity: 39 minutes ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!