GoogleDriveTest is a mobile application that reads specific .xml files on your Google Drive and is powered by Expo and React Native. The app was built over the course of a week in Summer 2018 for me to learn and practice calling APIs.
GoogleDriveTest authenticates users by calling Google's OAuth API and then uses the user's credientials to call the Google Drive API to retrieve a list of all the user's folders and .xml files in Google Drive. If an .xml file is selected, the app then parses the .xml files and displays the contents of the .xml file's 'name' and 'city' tags in the file.
- Expo (Google, Securestore, Filesystem)
- React Native
- Google OAuth2 API
- Google Drive API (v3)