I have implemented google drive functionality for file management its working fine in local system but whenever i hosted it on Godaddy server it throw following error
<
Root cause of the problem : This issue is generated because after validating authentication request its create directory and token file under in window's user's folder and we have not right's for that folder of Godadday server so it was not working
Solution : Modified the source code of google apis[filedatasource.cs] for creating that file inside our directory and add reference of it and it will work