stewartmcgown / drivestream

🌊 Stream and organise media from your Google Drive
69 stars 28 forks source link

stuck on creating library #2

Closed muneebhussain15 closed 5 years ago

muneebhussain15 commented 5 years ago

I am stuck in this part

A small summary of what I have done

fresh clean install ubuntu 16.04 and windows 10

followed your steps


Create credentials for Google Drive using the wizard
Add those credentials to a file in the project root called 'credentials.js'
export const API_KEY = "YOUR_API_KEY"
export const CLIENT_ID = "YOUR_CLIENT_ID"
Run the project using npm run dev

It asks me to sign in which I do

I can also create library

and my google drive folders are seen

here as you can see I can see my folders

image

however after clicking create I am forever stuck in the creating phase and the white box that gives the option to update or refresh metadata never shows up

It works fine on your demo site.

Can you please advise on what I could be possibly doing wrong?

stewartmcgown commented 5 years ago

What error message do you get in the console?

muneebhussain15 commented 5 years ago

I dont see any error messages

image

image

this is all I see on ubuntu 16.04 and this is what I see on windows 10

both have the same issue

image

stewartmcgown commented 5 years ago

Errors from chrome console needed, that is just a static file server. Open up devtools and show me that log

On Mon, 25 Mar 2019, 00:28 muneebhussain15, notifications@github.com wrote:

I dont see any error messages

[image: image] https://user-images.githubusercontent.com/15520829/54888387-8d20ca80-4ebe-11e9-8c4e-d0fa7b51a7eb.png

[image: image] https://user-images.githubusercontent.com/15520829/54888408-b5102e00-4ebe-11e9-8652-5441c93f3f3d.png

this is all I see on ubuntu 16.04 and this is what I see on windows 10

both have the same issue

[image: image] https://user-images.githubusercontent.com/15520829/54888428-dcff9180-4ebe-11e9-8790-37ae491b2686.png

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/stewartmcgown/drivestream/issues/2#issuecomment-476017881, or mute the thread https://github.com/notifications/unsubscribe-auth/ABFWlNmXKogCe9hxnzFtJ5bDQkt4ghv2ks5vaBhDgaJpZM4cFnqQ .

muneebhussain15 commented 5 years ago

got it to work

sorry basically got an error that google sheets api was not used in this project or is disabled. Enable by visiting the link

and was given the link

enabling fix it.

Thank you so much and thanks for handling the brain fart 👍