Creating a folder inside a folder in google drive android

前端 未结 3 1999
礼貌的吻别
礼貌的吻别 2021-01-05 13:47

I want to integrate Google drive with my app I have registered my app in Google Developers Console. I got a sample from https://github.com/googledrive/android-demos .By this

3条回答
  •  执笔经年
    2021-01-05 13:51

    What is EXISTING_FOLDER_ID? If you are trying to just run the sample straight out without having made any changes, this won't work.

    You need to change EXISTING_FOLDER_ID to the resource id of a folder that your app has access to. This could be a folder that your app created in the root.

提交回复
热议问题