dropbox / dropbox/SwiftyDropbox
Unable to create a publicly shareable link in the latest version of the SDK
Open
- Dominant language
- Swift
- Stars
- 721
- Forks
- 218
- PR merge metrics
- No merged PRs in 30d
Description
**Error: (SwiftyDropbox.CallError error 4.)**
I've uploaded a file and immediately checked if the file is uploaded or not using
let path = "/test.txt"
```
client.files.getMetadata(path: path).response(completionHandler: { response, error in
// It actually responded the file exists
then I called the
client.sharing.createSharedLinkWithSettings(path: path) { response, error in
// it throws error SwiftyDropbox.CallError error 4
}
}
```
I've tried different ways of path expression in createSharedLinkWithSettings
/Apps/MyApp/test.txt
/MyApp/test.txt
/test.txt
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.