We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
purringpigeon
3 years agoExplorer | Level 4
Integration to Dropbox suddenly failing
I have a simple app that uploads a set of files to Dropbox as a back up - been working fine on V2 for years now it fails. Token is expired apparently.
I updated my cocoa pod today - but that br...
- 3 years ago
It looks like that's an error from CocoaPods itself so I can't really offer support for that, but it looks like there's a post about that error here.
purringpigeon
Explorer | Level 4
Thank you - that makes sense - it only happens to people who are upgrading phones and have to relink their account then it works for a couple of hours, then dies.
I did a pod update today and only got to 3.0.15 - I am not seeing how to get anything later and the method you indicate authorizeFromControllerV2 is not there - is there a way to force going up to the 5.X as you mentioned?
Thanks.
Greg-DB
3 years agoDropbox Staff
That should be controlled by your Podfile. For instance, v3.0.16 dropped iOS 8, so if you're still specifying support for iOS 8 in your Podfile, Cocoapods wouldn't upgrade you past that.
- purringpigeon3 years agoExplorer | Level 4Thanks again - I haven’t done much with pods so this is causing me trouble and appreciate the help.
I tried changing the iOS level in the pod file to 11.0, 15.0, 16.0 and it fails saying no version found based on this: https://github.com/dropbox/dropbox-sdk-obj-c/releases
Is there a trick to make that work? I’ll keep poking at it but appreciate any tips. - purringpigeon3 years agoExplorer | Level 4
I can't seem to upgrade to the latest version...
### Podfile ```ruby platform :ios, '11.0' use_frameworks! target 'ServiceReport' do pod 'ObjectiveDropboxOfficial' end ``` ### Error ``` RuntimeError - [Xcodeproj] Unknown object version.
I am running an M2 MacBook Air if that matters
- Greg-DB3 years agoDropbox Staff
It looks like that's an error from CocoaPods itself so I can't really offer support for that, but it looks like there's a post about that error here.
- purringpigeon3 years agoExplorer | Level 4
That worked - thanks
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 3 hours agoIf 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!