Your workflow is unique 👨💻 - tell us how you use Dropbox 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 Community Moderator
8 years ago[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
- sathish8 years agoExplorer | Level 3
- sathish8 years agoExplorer | Level 3
It's possible to import user account profile image using swiftyDropbox
- Greg-DB8 years ago
Dropbox Community Moderator
[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.
- sathish8 years agoExplorer | Level 3
Here, it's like setting the photo and names.I want to retrieve the user's profile picture.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!