Upload files from google drive to server in Ionic

2019-09-11 01:06发布

I'm new to Angular and Ionic. I'm trying to create a page where a user can upload the file from google drive to the server. He has to do it by logging into Google drive then choose the file from google drive and upload into the server. I don't have any idea of how to start and where to start. If you can guide me or give me an example, it would be helpful.

Thank you.

1条回答
霸刀☆藐视天下
2楼-- · 2019-09-11 01:23

If you are just starting, I would recommend to start reading first about the documents regarding the Drive API and Ionic Development/ AngularJS. This would help you understand how Drive API works and what are the available functions on the API you use (REST, iOS, Android). These document can help you understand the flow and some code samples that will explain how the function will work. You can also find handling of errors, best practices and performance tips to help you improve your app.

Here are some github repo that can help you with the implementation:

Hope this helps.

查看更多
登录 后发表回答