File Maker Pro 18 (File not found) - server

Trying to open hosted database
When i am trying to open hosted database from file maker pro 18 it gives me this error.
I have already uploaded the to file maker server
File uploaded to server

File is not in Open state in Server. Click the downward arrow and click Open.

Related

How to add an existing local website to MAMP PRO

I'm working on several websites locally on my Mac. They all use PHP. Using MAMP PRO I would like to be able to set it up, so that I can see all the websites in browsers on my computer.
In MAMP PRO I have clicked 'Add Host'. Then named the site (I presume this can be anything?). Then chosen the existing website folder as the 'Document Root' and saved the new host. But when I click 'Open' I get the following message:
Safari can't find the server. Safari can't open the page "https://www.lastveneer:8888" because Safari can't find the server "www.lastveneer". (lastveneer was the name I gave it)
How do I add an existing website to MAMP PRO?

How to copy a file from USB drive to my local chrome web app folder in chrome device using api

I want to copy a file from usb device, in my local installed chrome web application.
1. I tried using api under chrome.usb.
2. i am able to list, connect and open the device.
but how to transfer a file?
Thanks in advance!

get the manifest.json file of a chrome web app

I made a chrome web store application and i lost the manifest.json file of the last version. Is there any way to get this file from the Developer Dashboard?
From the Developer Dashboard, click More Info for the app.
In the popup there is a link labeled Download: main.crx
Click the link to download your app's crx file.
Open the crx file in any zip file manager. It will include the manifest.json for the app.

"sign in to google" eclipse kepler button does'nt opens the google login window?

I am using Eclipse Kepler With Google App Engine v1.9.10 on ubuntu 12.04 LTS machine. On clicking "sign in to google" it does not opens the login window it shows error the below mentioned error
"Unable to load page
Problem occurred while loading the URL https://accounts.google.com/o/oauth2/auth?client_id=130316539331.apps.googleusercontent.com&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&scope=https://www.googleapis.com/auth/appengine.admin%20https://www.googleapis.com/auth/drive%20https://www.googleapis.com/auth/drive.scripts%20https://www.googleapis.com/auth/projecthosting%20https://www.googleapis.com/auth/sqlservice%20https://www.googleapis.com/auth/userinfo%23email
Cannot resolve proxy hostname ()".
Can anyone please help. I have apps to be uploaded to GAE. Is there any way that i could build apps in eclipse and then upload them from the ubuntu terminal.
in ubuntu 12.04
Open System Settings
Select Network.
Select Network Proxy.
Set Method to None
and voila...google login link opens in eclipse.
You can upload your app using the command line as follows [1]:
appcfg.sh update myapp/war
or for a Python or PHP app [2]:
appcfg.py update myapp/
The proxy hostname error seems to be related to your system proxy settings (off-topic for StackOverflow) however you can try setting the 'no_proxy' environment variable before launching Eclipse as a workaround:
export no_proxy=127.0.0.1,localhost
eclipse &
[1] Uploading and Managing a Java App
[2] Uploading, Downloading, and Managing a Python App

Error while uploading a text file in a bucket in google cloud storage

I am trying to upload a normal text file in a bucket in google cloud storage.Till yesterday it was working file. But today when i am trying to upload a file, its giving me error. I was inspecting the request through firebug and it is showing me "Unsupported Media Type". I am simply using upload button from the cloud console (Windows). Can anybody help me to find out the problem?