קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
שאלות נפוצות נפוצות על Google Data API
השאלות שבהמשך מיועדות ספציפית ל-Google Sites Data API. עם זאת, יש שאלות רבות שרלוונטיות לכל ממשקי ה-API של נתונים ב-Google. נכנסים אל
שאלות נפוצות על Google Data APIs אם לא מצאתם את השאלה שחיפשתם בהמשך.
Java, .NET, PHP,
Google תומכת באופן רשמי בספריות Python ו-Objective-C.
באמצעות הספריות האלו ניתן ליצור בקשות לנתוני Google, לשלוח אותן לשירות ולעבד תגובות שרתים.
בדרך כלל, Sitemap מתייחס לקובץ Sitemap.xml המשמש כדי לעזור למנועי חיפוש להוסיף אתר לאינדקס. ב-Google Sites,
'sitemap' מפנה את מצגת העץ ב ('פעולות נוספות' > 'ניהול אתר' > 'דפים'). ה-API לא מספק שיטה ישירה לאחזור
בהיררכיית הדפים הזו, ניתן להסיק מהו ה-sitemap מבדיקת קישורי ההורה בכל רשומת תוכן.
כל רשומת תוכן היא עלה או צומת של עץ ה-Sitemap.
למה אין לי גישה אל פיד הגרסאות או הפעילות?
עליכם להיות שותפי עריכה, בעלים או אדמין של אתר כדי להציג את עדכוני הגרסאות והפעילויות שלו.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-09-02 (שעון UTC)."],[[["\u003cp\u003eThis page serves as an FAQ for the Google Sites Data API, and refers users to the general Google Data APIs FAQ for broader questions.\u003c/p\u003e\n"],["\u003cp\u003eGoogle provides officially supported client libraries in Java, .NET, PHP, Python, and Objective-C to facilitate interaction with the Sites Data API.\u003c/p\u003e\n"],["\u003cp\u003eThe Sites Data API supports actions like listing sites, creating new sites (for Google Workspace users), setting sharing permissions, and copying sites.\u003c/p\u003e\n"],["\u003cp\u003eWhile the API doesn't offer direct retrieval of the sitemap page hierarchy, it can be inferred from parent links within each content entry.\u003c/p\u003e\n"],["\u003cp\u003eUsers need to be collaborators, owners, or admins of a site to view its revision and activity feeds, and API-based deletion of existing sites is not supported.\u003c/p\u003e\n"]]],["The Google Sites Data API supports client libraries in Java, .NET, PHP, Python, and Objective-C. Key actions include listing sites via the site feed, creating new sites, copying sites, and modifying sharing permissions through the ACL feed. Retrieving the sitemap involves examining parent links in content entries. Deleting sites is not supported through the API. Access to revisions/activity feeds requires collaborator, owner, or admin status. Bug reports and feature requests can be submitted through their issue tracker.\n"],null,["# Frequently Asked Questions\n\nMain Google Data API FAQ\n========================\n\n\nThe questions below are specifically targeted for the Google Sites Data API. There are, however, many questions that are applicable to all of the Google Data APIs. Visit the\n[Google Data APIs FAQ](/gdata/faq) if you do not find the question you are looking for below.\n\nGetting Started\n===============\n\n\u003cbr /\u003e\n\n[Do you have any tips or short sample code for common issues?](#tips) \n\n[What are the available client libraries supported by Google?](#WhatAreTheAvailableClientLibrariesSupportedByGoogle) \n\n[Where can I find a Developer Guide in each language?](#WhereCanIFindDevGuide) \n\n[What is the AuthSub/OAuth scope?](#AuthScope) \n\n[What is the ClientLogin service name?](#AuthServiceName) \n\n[How do I list all my Sites?](#ListSites) \n\n[Can I create a new Google Site?](#CreateNewSite) \n\n[Can I delete an existing Google Site?](#DeleteSite) \n\n[How do I copy a site?](#CopyASite) \n\n[How do I set/modify ACLs (sharing permissions)?](#ModifyACLs) \n\n[How do I retrieve the sitemap?](#SiteMap) \n\n[Why don't I have access to the revisions/activity feed?](#AccessToCertainFeeds) \n\n[What are the filesize limits for attachments?](#AttachmentSizeLimits) \n\n[I have a feature request or bug report. Where should I post?](#IHaveAFeautreRequestOrBugReport) \n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nGetting Started\n---------------\n\nDo you have any tips or short sample code for common issues? You should browse the [Google Data API Tips Blog](http://gdatatips.blogspot.com/search/label/sites) for help with both our client libraries and making raw requests. The [Client Libraries and Sample Code page](/workspace/sites/code) also lists some additional resources. What are the available client libraries supported by Google? [Java](/apis/gdata/articles/java_client_lib), [.NET](/apis/gdata/articles/dotnet_client_lib), [PHP](/api-client-library/php),\n[Python](/apis/gdata/articles/python_client_lib) and [Objective-C client](/p/gdata-objectivec-client) libraries are officially supported by Google.\nUsing these libraries, you can construct Google Data requests, send them to a service, and process server responses.\n\nWhere can I find a Developer Guide in each language? Developer Guides for the HTTP XML Protocol and other languages can be found at [http://developers.google.com/workspace/sites/docs/developers_guide](/workspace/sites/docs/developers_guide)\n\nWhat is the AuthSub/OAuth scope? The Sites Data API uses the following scope: `https://sites.google.com/feeds/`.\n\nWhat is the ClientLogin service name? `jotspot`\n\nHow do I list all my Sites? The [site feed](/workspace/sites/docs/1.0/developers_guide_protocol#SitesFeedGET) can be used to list the sites a user owns and/or has access to.\n\nCan I create a new Google Site? Yes. Google Workspace users can use the site feed to create new sites programmatically. We hope to open\nthis features to all users in the future.\n\nCan I delete an existing Google Site? At this time, the API does not support deleting an existing site. Deleting sites must be done in the Google Sites control panel.\n\nHow do I copy a site? Google Workspace users can use the [site feed](/workspace/sites/docs/1.0/developers_guide_protocol#SitesFeedCopySite) to copy a site if you are an owner.\nYou can also manually copy a site in the Google Sites settings page.\n\nHow do I set/modify ACLs (sharing permissions)? The [acl feed](/workspace/sites/docs/1.0/developers_guide_protocol#AclFeed) offers this functionality.\n\nHow do I retrieve the sitemap? Normally a sitemap refers to a sitemap.xml file used to help search engines index a website. In Google Sites, a\n'sitemap' refers the tree presentation in (More Actions \\\u003e Manage Site \\\u003e Pages). While the API does not provide a direct method of retrieving\nthis page hierarchy, the sitemap can be inferred from examining the parent links in each content entry.\nEach content entry is a leaf or node of the sitemap tree.\n\nWhy don't I have access to the revisions/activity feed? You must be a collaborator, owner, or admin of a Site to view its revision and activity feeds.\n\nWhat are the filesize limits for attachments? Please see: \u003chttp://www.google.com/support/sites/bin/answer.py?answer=96770\u003e\n\nI have a feature request or bug report. Where should I post? To report a bug, post a detailed description on our issue tracker, [here](http://code.google.com/p/gdata-issues/issues/entry?template=Sites%20(Defect%20Report))\n\nTo report a feature request, post a detailed description [here](http://code.google.com/p/gdata-issues/issues/entry?template=Sites%20(Enhancement%20Request))"]]