Linda Lawton (Daimto)

111 Followers
20 Following
36 Posts

Freelance software developer primary C# backend microservices. Google developer expert, Blogger, YouTuber, @LindaLawtonDK

I spend to much time answering questions on Stack overflow.

Stack Overflowhttps://stackoverflow.com/users/1841839/daimto
YouTubehttps://www.youtube.com/channel/UCyqzvMN8newXIxyYIkFzPvA
Websitehttps://www.daimto.com
UpWorkhttps://www.upwork.com/freelancers/~01524929428eff8c83

Keep getting contacted about issues with service accounts not having access to peoples drive account. Remember service accounts need to be preauthorized.

I put up a YouTube Short to show how to do it. 54 seconds its that easy

https://www.youtube.com/watch?v=ykJQzEe_2dM

#googledevelopers #gde #googleoauth #programming #development #googledrive #googleapi

Quick and easy grant service account access to Google drive

YouTube

Took a bit of Googleing but I managed to figure out how to find my Package Name form my Maui Android section.

I need this to create a client on the authorization server.

I still havent figured out where these settings are defined. +1 for com.companyname 😁

#dotnet #dotnetmaui

Im serously impressed that I got Maui working with @jetbrains Rider with only a few issues.

I am working on Google apis authorization. So far API keys, service accounts and UWP work. I suspect I need to dig around to find my Xamarin example to get Android auth working.

#googledevelopers #GDE #dotnet #dotnetmaui

I just found another great question on stack overflow.

Download a XLSX file from google drive in memory and open it with pandas in python. What a fun question.

https://stackoverflow.com/q/74761242/1841839

It only took me about ten minutes to work it out. Not bad for someone who has only been playing with Python for about a month.

#python #googledriveapi #googledevelopers #GDE

read excel file to a dataframe without downloading the file locally

I am trying to read an excel file on a google drive without downloading the file locally credentialFileOfServiceAccount = 'x.json' scope = ['https://www.googleapis.com/auth/drive'] #edited by ash...

Stack Overflow

i think i type faster one handed than most people type two handed.

typing classes in school for sic years will do that i guess, or a twenty five year carrier as a programmer 😁😉

I will just leave this here, becomes its hilarious

Links back to a question on stack overflow I just answered.

https://stackoverflow.com/q/74627300/1841839

How to get email id as a part of google oauth 2.0 googl drive sign in

I am creating a website where in one page Google drive sign in is required. I am using Google's OAuth 2.0. I have used the below scopes https://www.googleapis.com/auth/drive.metadata.readonly ht...

Stack Overflow

Little known fact. You can use the About.Get method in google drive api to get the email address of the currently authenticated user. Without needing to request email scope permissions of the user.

#nodejs #googledriveApi #googleapi @googledevs #GDE

ATTENTION EVERYONE WRINGING THEIR HANDS OVER “#MASTODON ADMINS CAN READ MY DIRECT MESSAGES”: #SysAdmins have *always* been able to read your #email and DMs unless encrypted, including at the big #SocialNetworks and Internet providers. We used to have t-shirts that said, “I READ YOUR EMAIL.”

It’s just hitting now because you got used to places where the admins were kept away in their cubicles and data centers instead of greeting you at the front door.

#privacy #security #InfoSec #cybersecurity

I am going to try a new format for my videos. I need to stop the four day editing cycle its just not fun.

https://youtube.com/watch?v=qPJsCuRBDCI

#smallyoutuber
#python
@googledevs #gde

Simple script for creating a new Google Workspace user. In Python

YouTube