1,117 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
2
votes
5
replies
90
views
I can't build a Slimefun addon for Minecraft, can't collect dependencies
I cloned this forked repo into IntelliJIDEA in a new project and made a few changes here and there, now when I build the jar file, it says:
[ERROR] Could not collect dependencies for project dev....
0
votes
1
answer
123
views
How to purchase an add-on from within the app using the TWindowsStore component in Delphi?
Can someone suggest a working method to purchase an add-on from within the app?
In my application, which is published in the Microsoft Store, I have a single add-on (a subscription). Since the ...
0
votes
1
answer
74
views
Google Sheets Add On Executing custom functions when sheet is shared
I have built and published a Google Sheets Add-on.
The Official Similarweb For Google SheetsTM
The custom functions in the Add-on refer to an API key that is stored in user properties and then call the ...
1
vote
0
answers
123
views
Menu not showing after install; issues with onOpen() and AuthMode.NONE
I'm working on a Google Workspace Add-on (a Mail Merge tool), and I keep getting rejected by the GWM review team with this feedback:
*
Menu - Menu options not shown after App is installed. Please ...
0
votes
0
answers
52
views
Thunderbird Extensions V2, How do I edit email body and save?
I am trying to build own Add-on by "Thunderbird Extensions V2".
How do I edit email the body and to save?
I just want to clean up mail body. So I am trying.
I checked this site.
https://...
0
votes
0
answers
138
views
How to add events to items in bridge. v2 Minecraft addons ide?
I have tried adding events to items in bridge. v2. It seems its not a feature anymore. When I click on the "minecraft:item" and click on the add button, "event" does not show up. ...
1
vote
1
answer
218
views
Google Script add-on insert image "Action not allowed"
The Google Sheets add-on flow is: (Cloud Platform project)
user uploads image, add-on saves image to a folder in users drive
Add-on can access the image because the logs show "Logo file ...
0
votes
1
answer
58
views
Files created by a Sheet Addon are only visible for the user that has opened the sheet when scope is restricted to drive.file
We implemented a Sheet AddOn that generates documents from a Google Sheet. Google asked to reduce the scope to drive.file and use File Picker to select Folders and Files that the AddOn can see and ...
0
votes
0
answers
151
views
CSS Only: How can I keep the horizontal scrollbar always visible in a ChatGPT sidebar using Stylus?
I'm using the Stylus extension to inject custom CSS that fixes the ChatGPT sidebar's hidden text issue by enabling horizontal scrolling. My goal is to have a horizontal scrollbar that overlays the ...
0
votes
1
answer
101
views
Getting activeDocument with drivefile scope in an add-on
I've built a Google Workspace Add-on for Google Docs that allows users to highlight specific text when selecting a menu option. The function relies on DocumentApp.getActiveDocument() to modify the ...
1
vote
0
answers
61
views
How to configure `appscript.json` for a Google Sheets Editor Add-On? [duplicate]
I've been trying to submit a google sheets editor add on to the google workspace marketplace for the last few weeks, and have been stymied by feedback from the review team that my app is configured as ...
0
votes
1
answer
90
views
self in OnLoad function nil
I'm trying to create a simple addon for vanilla wow with Lua, the very first task - is to initialise some UI and to call a function for initial configuration.
MyAddonName.xml
<Ui xmlns="http://...
0
votes
0
answers
83
views
How to execute code when clicking on button in properties panel (Blender add-on Python)?
Blender 3d 2.90.1,
Python 3.10,
bpy
Hello, I am working on an add-on to automate the process of creating sprites that I assemble in the form of spritesheets. My code worked so far but as soon as I ...
1
vote
0
answers
131
views
How to fix '@ProjectPermissionDenied The Developer Console project is not permitted to make this request.'
errors: [
{
message: '@ProjectPermissionDenied The Developer Console project is not permitted to make this request.',
domain: 'global',
reason: 'forbidden'
}
],
When I try to create ...
0
votes
0
answers
66
views
How to redirect After login page to Google App Script Addon(Google Doc)?
I Want to add Auth2 into my Google Docs Addon I am opening a new window from my addon now the issue that I am facing is redirecting back to addon for redirectUri I am using https://script.google.com/...