Dropbox 身份验证存储检索
Dropbox Authentication Store Retreival
我希望我的应用程序用户将文档上传到通用保管箱帐户。我的应用程序是用 kivy 开发的。在 main.py
中,存在保管箱验证令牌。使用 buildozer
到 .apk
编译它。用户可以通过某种方式从 .apk
文件中获取令牌。
(高级)用户可以反编译您的 .apk
并阅读源代码。您需要进行代码混淆(例如使用混淆器)来保护您的源代码。
另请参阅:
- https://en.wikipedia.org/wiki/Obfuscation_(software)
- http://developer.android.com/tools/help/proguard.html
- How to hide python code file and other related files in a kivy project
我希望我的应用程序用户将文档上传到通用保管箱帐户。我的应用程序是用 kivy 开发的。在 main.py
中,存在保管箱验证令牌。使用 buildozer
到 .apk
编译它。用户可以通过某种方式从 .apk
文件中获取令牌。
(高级)用户可以反编译您的 .apk
并阅读源代码。您需要进行代码混淆(例如使用混淆器)来保护您的源代码。
另请参阅:
- https://en.wikipedia.org/wiki/Obfuscation_(software)
- http://developer.android.com/tools/help/proguard.html
- How to hide python code file and other related files in a kivy project