How do I upload file to google drive from android

前端 未结 4 1161
刺人心
刺人心 2021-01-03 07:20

I have spend more then one day but not getting any working solution which provide me uploading / downloading files to Google Drive.

I have tried

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-03 07:36

    Hi guys i get the solution. We should never use Android API for complete Drive access. We should work on pure java code as Google also said that to access Drive for broad access use java libraries.

    I remove all the code related to Google play services. I am now using completely using java and easily upload, delete, edit, download all whatever i want.

    One more thing Google doc doesn't provide a detail description about Google Drive in respective to android api while when work on java libraries you can get already created methods and more.

    I am not giving any code but saying that for me or for others who interested in Drive complete access use Java based codes.

提交回复
热议问题