Upload timeout in Chrome when using script to upload to GCP - node.js

I have a script that suppose to upload my customers files from this page demo.dupleplay.com to my Google Cloud Platform Storage, the point that I create the script for is letting my customers upload their files on my storage without giving them the access to the Bucket. Just like Uptobox and Media Fire and those service but I did connect my service to my Google Cloud Storage instead of a normal server.
the problem is only when uploading remotly to the upload page (link provided above) the Chrome browser is giving an Network error just like when the server have a lot of traffic but it's not, any another browser is handling the upload correctly without any issue, how can I fox that with chrome?
This is the used script: https://storage.googleapis.com/duple-play.appspot.com/Archive.zip

Related

Uploaded images not displaying after publishing on azure

Good day everyone I have a Web App created using Entity framework it has an upload feature and the upload feature works on localhost. Now after publishing to azure the site is working however the uploaded images are not displaying when I try to upload a new image it gave an "An error occurred while processing your request". Connection string is correct since other data are showing I changed the permission of the upload folder then republished still the same. Looking at the dev console it is showing failed to load resource. But why? Do I need to configure azure? Any help is appreciated thank you!
What I did was look at azure website's Kudu console (something I am not aware of) and upon looking at the Kudu console I realized that my upload directory is not included which is why the images are not loading it doesn't exist. I don't why it is not included but eventually I created a new upload directory at the kudu console and manually transfer the photos after that the photos are now displaying and upload is now working. For references: reference 1 reference 2

Upload file to Google Drive from URL using REST API

It is possible to upload a file from a URL using OneDrive's REST API as documented here. This API accepts the URL we provide and uploads the file from the URL to the intended destination.
I have been trying to find a similar REST API or library for Google Drive, but I couldn't find it yet. Kindly direct me on how to achieve this. I have already set up oAuth and am able to receive access_token and refresh_token. Uploading files from URL is an important functionality in this project.
The project is hosted in Heroku, so I can't download the file to a temporary file and upload that file. It is a NodeJS project.
I'm also looking for this solution. however, what I understand from other blog and articles is you have to download File from provided URL on your server then upload it to google drive.
As of now, i understand this. Will update this if I able to do this.
I think you are unable to use OneDrive's REST API on Google Drive since most such services are self-used only.
Yet, i know a third party online app which enables you upload files to most common cloud drives (Google Drive, OneDrive, Dropbox, Mega, etc.) from URL links. What you have to do is to create an account of this web-based app, add your cloud to its platform and import/export files to your cloud through its service. Maybe it can help you.

How to upload file on Google cloud storage using NodeJs

I am developing chat application REST API, and I want to upload all files (i.e. images, audio, video etc) on Google Cloud Storage.
I got the library files form the documentation of google cloud, and using it in POST method API.
Here is my code ref
https://medium.com/google-cloud/upload-images-to-google-cloud-storage-with-react-native-and-expressjs-61b8874abc49
It's not uploading the image to google cloud.

Azure portal crashes after specific file uploaded to assets in mediaservice

After I upload another file to Assets in Media Service of azure portal this function become completely broken. This section shows me an error and does work completely.
This error does not depend on browser I use and it is not a problem of browser cache.
Console logs - http://static.realgrad.ru/portal.azure.com-1487781825223.log.txt

upload file to the Windows azure media services without using the local file path

I'm trying to make an app wich will upload videofiles to the cloud. I found some examples that explain how to upload file to cloud from the local computer with using the file path.
But i can't find how can i make an interactive app in which user can download video from web page.
Have anyone seeing something similar?
take a look into http://www.windowsazure.com/en-us/solutions/media/ . It describe main scenarios and capabilities of Microsoft Azure Media Services.
Developer portal for Azure Media Services located at
http://www.windowsazure.com/en-us/develop/media-services/. It has getting starting articles covering following scenarios:
Upload
Encode
Deliver
Consume

Resources