Is there a way to execute gapi.client.request synchronously?

jQuery allows you to send an HTTP request as synchronous (asynchronous: false parameter), this is especially useful if bypassing the pop-up blocker . Is there a way to do this when using the Google javascript client library?

+7
javascript google-drive-sdk
source share

No one has answered this question yet.

See similar questions:

94
Block Bypass popup on window.open when jQuery event.preventDefault () is set
4
Saving a response from a JavaScript JavaScript API request

or similar:

5101
What is the most efficient way to deeply clone an object in JavaScript?
1547
What is the best way to detect a mobile device?
1262
What is the best way to add options to select from a JS object using jQuery?
1137
How can I get jQuery to execute a synchronous rather than asynchronous Ajax request?
517
JavaScript object key specified by the variable
395
Can I use multiple versions of jQuery on the same page?
344
Detect all changes to <input type = "text"> (immediately) using jQuery
282
Managing jQuery plugin dependency in webpack
one
Authorized client JS API calls with goi library google with existing access token?
one
Best way to access Google cloud endpoint APIs from Wharf2 app?

All Articles