GerryDaney
8 years agoQrew Cadet
Integration w Google Team Drives
In the past - we have had good integration between our Google Drive platform and Quick Base. Now we are migrating to Google Team Drives and our developer has uncovered that a java script within the Quick Base may need to be updated. He is expecting the current script below:
// Access token has been successfully retrieved, requests can be sent to the API.
authorized = true;
otoken = authResult.access_token;
gapi.client.load('drive', 'v2', loadStartFolder);
} else {
....to be upgraded to "v3", and be specific to Google Team Drive.
Is there any way to know if/when Quick Base folks will make this needed improvement to the app? It is becoming more critical for us as time marches on.
Is there a vehicle to directly address technical questions with the Quick Base development team?
thanks for any advice . . .
G
// Access token has been successfully retrieved, requests can be sent to the API.
authorized = true;
otoken = authResult.access_token;
gapi.client.load('drive', 'v2', loadStartFolder);
} else {
....to be upgraded to "v3", and be specific to Google Team Drive.
Is there any way to know if/when Quick Base folks will make this needed improvement to the app? It is becoming more critical for us as time marches on.
Is there a vehicle to directly address technical questions with the Quick Base development team?
thanks for any advice . . .
G