Force new drive request even if not modified -



Force new drive request even if not modified -

getting grips google drive api - working ok.

i have nested requests can save/update file. each nested request gets me id of parent folder - top parent, sec parent. lastly request resolves jquery promise id 'parents' alternative of file save metadata object:

'parents' : [{'id' : invoicefolderid}]

when load web page , carry out file save first time - works ok. subsequent attempts fail because sec nested request folderid not run - firebug shows get request 'not modified'. hence jquery promise not resolved , chain of promises fails. don't want store folderid in variable on first time because code used apply multiple objects on same page share top parent id - sec not going work of them - 'not modified'.

any thought how forcefulness get request if not modified?

google-drive-sdk

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -