issues Search Results · repo:googleworkspace/apps-script-oauth2 language:JavaScript
Filter by
253 results
(83 ms)253 results
ingoogleworkspace/apps-script-oauth2 (press backspace or delete to remove)When using the client with offline access, refreshing the token will not pull in additional scopes added. by adding
scope to the refresh token payload, this could be done.
Could we had at least a config ...
andrewschmidt-a
- 1
- Opened on Jun 6
- #523
Sorry this is not an issue but I can t find the related information anywhere. I have a Doc Add-On that creates an URL to
authorize with Salesforce using Web Server Flows via Connected App, which worked ...
andy-leung-quickfixters
- 4
- Opened on May 4
- #521
v1.43.0 allows the usage without client_secret for services that only rely on PKCE (e6afdfb), but it did not remove the
client_secret check in the token refresh
(https://github.com/googleworkspace/apps-script-oauth2/blob/main/src/Service.js#L667), ...
jackyhu-db
- 2
- Opened on Jan 9
- #506
var schwab_apikey = scriptProperties.getProperty( schwab_apikey ) var schwab_secret = scriptProperties.getProperty(
schwab_secret ) var encodedCredentials = Utilities.base64Encode(schwab_apikey + : + schwab_secret); ...
krachtr
- Opened on Jan 8
- #505
Hello,
Does this library support Offline token renewal? I m trying to get rid of constantly authorizing.
antekeli
- 1
- Opened on Sep 4, 2024
- #492
Experimenting with using gcp service accounts to query gemini from a spreadsheet. Using the example from the Google
Workspace Installable Triggers guide.
function test() {
const service = OAuth2.createService( ...
bradlm
- 1
- Opened on Jun 7, 2024
- #484
Hello team,
I have successfully implemented OAuth2 authentication with ZohoCRM and have been able to retrieve data without issues
using the following endpoint and scope:
- Endpoint: /crm/v2/org
- ...
techlover11
- 3
- Opened on Mar 29, 2024
- #476
This is not a issue - just hoping for clarification on something please 🙏
How does authCallback work? (like this example: @Zendesk.gs). I ve been trying to implement an authorization flow for a
different ...
niallmcdonough
- 1
- Opened on Mar 20, 2024
- #475
I have a script at one Google Workspace organisation successfully connecting to a data provider using this OAuth2
library, and retrieving some data into a Google Sheet.
I have copied the entire script ...
kellyatkinson
- 1
- Opened on Dec 10, 2023
- #472
I have an Apps Script app using this library to makes changes using domain-wide delegation. Right now it can edit Gmail
and Calendar ACLs. I ven noticed weird but intermittent behavior. I will get the ...
ianhyzy
- 2
- Opened on Dec 6, 2023
- #471

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.