Allow Dropbox API to access my account on user's device

前端 未结 3 2019
無奈伤痛
無奈伤痛 2020-12-16 20:53

As a mobile developer, I\'m looking for a solution that allows users of my application to download multiple .zip files that will add a \"modular\" feel to my application. I\

3条回答
  •  温柔的废话
    2020-12-16 21:20

    What are the security implications of hard-coding my access keys and app key/secret into an application?

    Someone with enough motivation would eventually get your access keys.

    I know it is fairly simple to get the source code from an .apk, but what could someone do with that information?

    They could do whatever you can do with that information.

提交回复
热议问题