Writing into the sheets - Microsoft Ads Scripts - bing-api

Hope someone can provide some assistance.
I'm a newbie and trying to create a script in Microsoft Ads that will get the Enable and Paused Ads information.
Reference Link: https://learn.microsoft.com/en-us/advertising/scripts/solutions/get-disapproved-ads
Could someone answer my questions below?
Microsoft Ads uses Google Drive & Google Mail for accessing the
sheets and sending the mail through the script. Is there anything else I
can try?
Can we use the Microsoft One drive for writing the data into
the sheets?
Can we write into CSV from Microsoft Ads Script?
Thanks inadvance.

Related

Getting verification to use Google APIs via identity.lanchWebAuthFlow() for a Firefox addon

I'm currently having a lot of trouble with the google API support team and was wondering if anyone had figured out their process. I'm developing an extension that uses identity.launchWebAuthFlow() to authenticate with google for google drive access. Since July 2017, google has started requiring "Verification" for oauth. As I don't own my extension's domain {random}.extensions.allizom.org, I have no idea how to pass their verification requirements.
You can read about that process here: https://developers.google.com/apps-script/guides/client-verification
They've rejected me once saying my client id is deleted or invalid or does not need verification - I verified that the client exists, is still servicing requests, and still produces the unverified warning screen detailed in the link above.
When I reached out specifically to webstore support, the response said:
Dear Brandon,
Thank you for contacting Chrome Web Store Developer Support! I understand that you're having an issue regarding developing a web extension for both Chrome and Firefox using Google Drive API. As much as I'd love to assist you, unfortunately, our team cannot offer much support on this matter. My best advice is to ask the community on Stackoverflow, or create a bug report directly to the Chrome Browser/Extension experts using the Chromium Public Issue Tracker. The engineers are actively working on the reported problems on this list, so I'm sure that you'll be able to get the information that you're looking for.
I appreciate your understanding and cooperation. Please let me know if there's anything else I can do for you, I'm happy to assist. :)
Warm Regards,
[Redacted]
Chrome Web Store Developer Support
Again the major problem here is that I cannot prove ownership of the identity.getRedirectUri() for my extension as the requirements state. I know other addons use google APIs, but I don't know if this verification process is a way to ban firefox developers from the google api ecosystem.
As a bit of question justification, I can find no documentation anywhere from July 18 2017 or later where developers have run into this, and I think this question will provide significant value to any Firefox addon developers who seek to use any of Google's APIs.

Online Powerpoint Slide Editor

Is there anything like Google Slides, which can be integrated into the app we are building?
If not, then atleast a way to programmatically import the ppt file, and navigate to the editor for editing?
Any suggestions will be appreciated...
There's an official powerpoint online editor now. You could theoretically put an iframe linking to this page. It seems to require a 365 or Microsoft account, though.
I had a similar requirement and have tested both the online offerings of Microsoft Office (SharePoint, One Drive) and Google docs. However, I finally decided on Only Office (https://www.onlyoffice.com/). The reasons for this were:
The Google and Microsoft offerings didn't (AFAIAK) have the fine tuned security I needed for document editing and access via their various API (i.e. I needed to be able to prevent downloads of documents but allow editing)
Google and Microsoft require sign-in from their respective platforms to use these. This was a UX problem for my project.
Depending on the specific requirement Only Office has the Document Server on a GNU APGL v3 licence. You may need to buy a licence but worth a check.
Their repo is here:
https://github.com/ONLYOFFICE/

Using google calendar API

I need to add/edit/del events to a shared Google cal using visual basic or Access (not using VB.NET) to post events from a custom desktop calendar built in Access and some VB. My goal - users can have an internal office calendar used for years and fully integrated with office functions, while choosing to share some of these events on a Web calendar for scheduling.
I can find others not using VB.NET who want to do the same, but none of their posts have been successful in finding out how.
If I cannot use the google API with VB (not vb.net) can I use vbscript to add/del calendar events? I found some sample code that was successful for adding an event with vbscript, but no successful code in vbscript to del or edit (tho others have tried).
Appreciate any help/suggestions on this. After hours across 2 days searching, this group looks like my final hope.
Thanks,
Mark

Where is the Google Information Rights Management API?

In March 2015 Information Rights Management (IRM) capabilities for Google Drive and Google Docs were announced on the Google for Work blog.
I wondered if anyone has come across any Google Drive / Doc API's for the IRM capability?
Specifically API controls that programmatically disable downloading, printing and copying of any file?
You can control copy, download, and print operations via the Drive REST API.
In Drive API v2, it can be set via the labels.restricted property:
Whether viewers and commenters are prevented from downloading, printing, and copying this file.
In Drive API v3, it can be set via the viewersCanCopyContent property:
Whether users with only reader or commenter permission can copy the file's content. This affects copy, download, and print operations.

Integrating Google Drive with Google Sites (intranet)

I've setup a Google apps account with the view to use it for my intranet, email, document sharing etc.
With this is Google Sites, in which I have created a basic intranet site, my understanding originally was that Google Sites would enable me to integrate with Google Drive (formerly Google Docs). I presumed it would be easy to create a "Documents" page in my intranet and then display recent documents that were added to Google Drive.
However if you do create a Documents page in Google Sites then this seems to be completely separate from the Documents in Google Drive.
I have read about Google Picker API but I'm not completely sure this is what I'm looking for.
Has anybody any experience of using Google Drive for business in this way? Or am I barking up the wrong tree?
Any help would be great thank you
You'll have to get into the scripting a bit. see this link for one way to solve this https://developers.google.com/apps-script/articles/embedding_docslist_in_sites
And yes Sites have a 'file cabinet' which is completely separate form Google Drive.
Overdrive provides this functionality. It is a commercial product though. The folder structure within Overdrive matches the Google Drive folder structure. Documents you see listed within a folder in Overdrive are the same as those you can access directly in Google Drive.
I have no affiliation with this company, I've just been trialling it.
Another product you can use to do such kind of integration is Metadrive. This tool give you the possibility to create views and search within Google Drive and Team Drives.

Resources