I have seen discussion in internet about problems (or bugs in Google Drive SDK ) with resumable uploading to google Drive https://developers.google.com/drive/web/manage-uploads#resumable
and the problem with access_token when it expires after one hour ..
Is there a possibility now ( I understood there should be ) to refresh access token for this ongoing upload ?
I did the test implementation for this but it did not work, when I updated the refreshed access token?
but is this now bug in my code or google drive side ?