Jeffrey Pohlmeyer
Jeff Blogmeyer

Jeff Blogmeyer

Follow
homeJVP Design
Tag

Google Drive

#google-drive

More content

Read more stories on Hashnode


Articles with this tag

Full SvelteKit Component JavaScript and Markup

Jul 11, 20223 min read 291 views

In the last blog post I built the functionality to handle form submission for the file upload itself, but we still didn't have a way to actually...

Full SvelteKit Component JavaScript and Markup

Handling Form Submission and Sending Files to SvelteKit Endpoints

Jul 6, 20224 min read 2.3K views

In the last blog post I touched on setting up a Google Drive folder to serve as the location of our uploads as well as creating the necessary...

Handling Form Submission and Sending Files to SvelteKit Endpoints

Google Drive Folder Setup and SvelteKit Upload/Rename Endpoints

Jun 29, 20224 min read 577 views

In the last blog post I set up a service account to authenticate for Google Drive's API, encrypted the resulting .json file, and set up functionality...

Google Drive Folder Setup and SvelteKit Upload/Rename Endpoints

Setting up a service account for uploading to Google Drive with SvelteKit

Jun 24, 20225 min read 479 views

Note: all credentials have already been destroyed so there is no need to let me know to not share credential information online. I just finished...

Setting up a service account for uploading to Google Drive with SvelteKit