c# - Drive API Upload throws error "Invalid credentials" -


i trying upload large files size more 1 gb google drive using drive api(implemented in c#). created service account upload files. application working fine hour , throwing error "invalid credentials" after that.

i read other posts internet saying is issue in server side. there no need change client code.

i have upload larger files without issues. how can overcome issue?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -