I am trying to implement a feature which will allow user's to save a file in their device but not only in the device storage but to google drive or dropbox storage as well.
It seems there is not much information out there, the only 2 plugins i found they seem to require credentials to access these API's but i don't have control to user google token or Client ID. However i haven't tried it yet, i wanted to get an opinion from your experience on what to use.
What do you think can best work for my Ionic 3 project. I want user's to be able to save and read a file from their google drive or dropbox.
Thanks in advance.